2 references to Labels
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Initializers.cs (1)
203
labels = new ScriptLocalScopeBinder.
Labels
(scriptInitializer, syntaxRoot);
Compilation\SyntaxTreeSemanticModel.cs (1)
1224
Interlocked.CompareExchange(ref _globalStatementLabels, new ScriptLocalScopeBinder.
Labels
(scriptInitializer, (CompilationUnitSyntax)parent), null);