1 write to ControlFlowGraph
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\b310f676f7308b7f\SymbolUsageAnalysis.DataFlowAnalyzer.FlowGraphAnalysisData.cs (1)
85ControlFlowGraph = controlFlowGraph;
9 references to ControlFlowGraph
Microsoft.CodeAnalysis.ResxSourceGenerator (9)
src\b310f676f7308b7f\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 237AddDescendantOperationsInRange(ControlFlowGraph, firstBlockOrdinal, lastBlockOrdinal, operations, cancellationToken); 413var firstBasicBlockInOutermostRegion = ControlFlowGraph.Blocks[containingTryCatchFinallyRegion.FirstBlockOrdinal]; 509accessingCfg = ControlFlowGraph; 521accessingCfg = ControlFlowGraph; 584_lambdaTargetsToAccessingCfgMap[lambdaTarget] = ControlFlowGraph; 596_localFunctionTargetsToAccessingCfgMap[localFunctionTarget.Method.OriginalDefinition] = ControlFlowGraph; 631if (ControlFlowGraph.Parent == null)