1 write to ControlFlowGraph
Microsoft.CodeAnalysis.Workspaces (1)
SymbolUsageAnalysis.DataFlowAnalyzer.FlowGraphAnalysisData.cs (1)
85
ControlFlowGraph
= controlFlowGraph;
9 references to ControlFlowGraph
Microsoft.CodeAnalysis.Workspaces (9)
SymbolUsageAnalysis.DataFlowAnalyzer.FlowGraphAnalysisData.cs (9)
51
/// Map from local functions to the <see cref="
ControlFlowGraph
"/> where the local function was accessed
58
/// Map from lambdas to the <see cref="
ControlFlowGraph
"/> where the lambda was defined
222
AddDescendantOperationsInRange(
ControlFlowGraph
, firstBlockOrdinal, lastBlockOrdinal, operations, cancellationToken);
398
var firstBasicBlockInOutermostRegion =
ControlFlowGraph
.Blocks[containingTryCatchFinallyRegion.FirstBlockOrdinal];
492
accessingCfg =
ControlFlowGraph
;
504
accessingCfg =
ControlFlowGraph
;
555
_lambdaTargetsToAccessingCfgMap[lambdaTarget] =
ControlFlowGraph
;
567
_localFunctionTargetsToAccessingCfgMap[localFunctionTarget.Method.OriginalDefinition] =
ControlFlowGraph
;
602
if (
ControlFlowGraph
.Parent == null)