1 write to _entryPoints
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\ControlFlowAnalysis.cs (1)
47
ImmutableInterlocked.InterlockedInitialize(ref
_entryPoints
, result);
2 references to _entryPoints
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\ControlFlowAnalysis.cs (2)
42
if (
_entryPoints
== null)
50
return
_entryPoints
;