1 write to _globalStatementLabels
Microsoft.CodeAnalysis.CSharp (1)
Compilation\SyntaxTreeSemanticModel.cs (1)
1227Interlocked.CompareExchange(ref _globalStatementLabels, new ScriptLocalScopeBinder.Labels(scriptInitializer, (CompilationUnitSyntax)parent), null);
2 references to _globalStatementLabels
Microsoft.CodeAnalysis.CSharp (2)
Compilation\SyntaxTreeSemanticModel.cs (2)
1225if (_globalStatementLabels == null) 1233new MethodBodySemanticModel.InitialState(node, binder: new ExecutableCodeBinder(node, scriptInitializer, new ScriptLocalScopeBinder(_globalStatementLabels, defaultOuter()))));