1 write to _lazyLabels
Microsoft.CodeAnalysis.CSharp (1)
Binder\ScriptLocalScopeBinder.cs (1)
74
ImmutableInterlocked.InterlockedInitialize(ref
_lazyLabels
, GetLabels(_scriptInitializer, _syntax));
2 references to _lazyLabels
Microsoft.CodeAnalysis.CSharp (2)
Binder\ScriptLocalScopeBinder.cs (2)
72
if (
_lazyLabels
== null)
76
return
_lazyLabels
;