2 references to BoundGotoStatement
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\Constructors.cs (1)
648
:
this
(syntax, label, caseExpressionOpt: null, labelExpressionOpt: null, hasErrors: hasErrors)
Generated\BoundNodes.xml.Generated.cs (1)
4731
var result = new
BoundGotoStatement
(this.Syntax, label, caseExpressionOpt, labelExpressionOpt, this.HasErrors);