4 references to Label
Microsoft.CodeAnalysis.CSharp (4)
CodeGen\Optimizer.cs (1)
451
Debug.Assert(expr.Kind != BoundKind.
Label
);
Generated\BoundNodes.xml.Generated.cs (3)
4774
: base(BoundKind.
Label
, syntax, type, hasErrors)
4783
: base(BoundKind.
Label
, syntax, type)
9117
case BoundKind.
Label
: