4 references to BoundGotoStatement
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Statements.cs (1)
523return new BoundGotoStatement(node, symbol, null, boundLabel);
Binder\SwitchBinder.cs (1)
541return new BoundGotoStatement(node, matchedLabelSymbol, gotoCaseExpressionOpt, null, hasErrors);
BoundTree\Constructors.cs (1)
577: this(syntax, label, caseExpressionOpt: null, labelExpressionOpt: null, hasErrors: hasErrors)
Generated\BoundNodes.xml.Generated.cs (1)
4731var result = new BoundGotoStatement(this.Syntax, label, caseExpressionOpt, labelExpressionOpt, this.HasErrors);