1 write to _lazyEnteringRegions
Microsoft.CodeAnalysis (1)
Operations\ControlFlowBranch.cs (1)
120
ImmutableInterlocked.InterlockedInitialize(ref
_lazyEnteringRegions
, result);
2 references to _lazyEnteringRegions
Microsoft.CodeAnalysis (2)
Operations\ControlFlowBranch.cs (2)
105
if (
_lazyEnteringRegions
.IsDefault)
123
return
_lazyEnteringRegions
;