1 write to ControlFlowGraph
Microsoft.CodeAnalysis.CodeStyle (1)
SymbolUsageAnalysis.DataFlowAnalyzer.FlowGraphAnalysisData.cs (1)
85ControlFlowGraph = controlFlowGraph;
9 references to ControlFlowGraph
Microsoft.CodeAnalysis.CodeStyle (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 222AddDescendantOperationsInRange(ControlFlowGraph, firstBlockOrdinal, lastBlockOrdinal, operations, cancellationToken); 398var firstBasicBlockInOutermostRegion = ControlFlowGraph.Blocks[containingTryCatchFinallyRegion.FirstBlockOrdinal]; 492accessingCfg = ControlFlowGraph; 504accessingCfg = ControlFlowGraph; 555_lambdaTargetsToAccessingCfgMap[lambdaTarget] = ControlFlowGraph; 567_localFunctionTargetsToAccessingCfgMap[localFunctionTarget.Method.OriginalDefinition] = ControlFlowGraph; 602if (ControlFlowGraph.Parent == null)