7 references to GotoStatement
Microsoft.CodeAnalysis.CSharp (7)
BoundTree\BoundTreeVisitors.cs (1)
107
case BoundKind.
GotoStatement
:
CodeGen\EmitStatement.cs (1)
71
case BoundKind.
GotoStatement
:
FlowAnalysis\ControlFlowPass.cs (1)
216
case BoundKind.
GotoStatement
:
FlowAnalysis\ExitPointsWalker.cs (1)
127
case BoundKind.
GotoStatement
:
Generated\BoundNodes.xml.Generated.cs (2)
4710
: base(BoundKind.
GotoStatement
, syntax, hasErrors || caseExpressionOpt.HasErrors() || labelExpressionOpt.HasErrors())
9076
case BoundKind.
GotoStatement
:
Operations\CSharpOperationFactory.cs (1)
170
case BoundKind.
GotoStatement
: