1 write to _lazyLocalFunctionsGraphs
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraph.cs (1)
256
Interlocked.CompareExchange(ref
_lazyLocalFunctionsGraphs
, new ControlFlowGraph[LocalFunctions.Length], null);
2 references to _lazyLocalFunctionsGraphs
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraph.cs (2)
254
if (
_lazyLocalFunctionsGraphs
== null)
259
ref ControlFlowGraph? localFunctionGraph = ref
_lazyLocalFunctionsGraphs
[info.ordinal];