1 write to _lazyFinallyRegions
Microsoft.CodeAnalysis (1)
Operations\ControlFlowBranch.cs (1)
156
ImmutableInterlocked.InterlockedInitialize(ref
_lazyFinallyRegions
, result);
2 references to _lazyFinallyRegions
Microsoft.CodeAnalysis (2)
Operations\ControlFlowBranch.cs (2)
135
if (
_lazyFinallyRegions
.IsDefault)
159
return
_lazyFinallyRegions
;