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