3 references to BindLabel
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Statements.cs (2)
515var expression = BindLabel(node.Expression, diagnostics); 2974BoundLabel? label = name == null ? null : BindLabel(name, target != null ? diagnostics : BindingDiagnosticBag.Discarded) as BoundLabel;
Compilation\CSharpSemanticModel.cs (1)
2411? binder.BindLabel(expression, diagnostics)