C# Class Microsoft.Sarif.Viewer.Sarif.CodeFlowExtensions

Show file Open project: Microsoft/sarif-sdk

Public Methods

Method Description
ToAnnotatedCodeLocationCollection ( this codeFlow ) : AnnotatedCodeLocationCollection
ToCallTree ( this codeFlow ) : CallTree

Method Details

ToAnnotatedCodeLocationCollection() public static method

public static ToAnnotatedCodeLocationCollection ( this codeFlow ) : AnnotatedCodeLocationCollection
codeFlow this
return AnnotatedCodeLocationCollection

ToCallTree() public static method

public static ToCallTree ( this codeFlow ) : CallTree
codeFlow this
return Microsoft.Sarif.Viewer.Models.CallTree