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