Share via


ControlFlowGraphExtensions Class

Definition

public static class ControlFlowGraphExtensions
type ControlFlowGraphExtensions = class
Public Module ControlFlowGraphExtensions
Inheritance
ControlFlowGraphExtensions

Methods

GetAnonymousFunctionControlFlowGraphInScope(ControlFlowGraph, IFlowAnonymousFunctionOperation, CancellationToken)

Gets or creates a control flow graph for the given anonymousFunction defined in the given controlFlowGraph or any of it's parent control flow graphs.

GetLocalFunctionControlFlowGraphInScope(ControlFlowGraph, IMethodSymbol, CancellationToken)

Gets or creates a control flow graph for the given localFunction defined in the given controlFlowGraph or any of it's parent control flow graphs.

Applies to