12 references to BoundConditionalGoto
Microsoft.CodeAnalysis.VisualBasic (12)
Generated\BoundNodes.xml.Generated.vb (1)
6697
Dim result = New
BoundConditionalGoto
(Me.Syntax, condition, jumpIfTrue, label, Me.HasErrors)
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
446
Dim condGoto = New
BoundConditionalGoto
(syntaxNode, condition, True, doneLabel)
Lowering\LocalRewriter\LocalRewriter_DoLoop.vb (1)
116
Dim ifConditionGotoStart As BoundStatement = New
BoundConditionalGoto
(
Lowering\LocalRewriter\LocalRewriter_ForTo.vb (3)
218
Dim ifConditionGotoStart As BoundStatement = New
BoundConditionalGoto
(
461
Dim ifNotInitObjExit As BoundStatement = New
BoundConditionalGoto
(
516
Dim ifConditionGotoStart As BoundStatement = New
BoundConditionalGoto
(
Lowering\LocalRewriter\LocalRewriter_If.vb (2)
138
Dim condGoto As BoundStatement = New
BoundConditionalGoto
(syntaxNode, rewrittenCondition, False, afterif)
183
Dim condGoto As BoundStatement = New
BoundConditionalGoto
(syntaxNode, rewrittenCondition, False, alt)
Lowering\LocalRewriter\LocalRewriter_RaiseEvent.vb (1)
86
Dim ifNullSkip = New
BoundConditionalGoto
(syntax, condition, True, skipEventRaise).MakeCompilerGenerated
Lowering\LocalRewriter\LocalRewriter_While.vb (1)
91
Dim ifConditionGotoStart As BoundStatement = New
BoundConditionalGoto
(
Lowering\SyntheticBoundNodeFactory.vb (1)
608
Dim boundCondGoto = New
BoundConditionalGoto
(_syntax, condition, False, alt)
Symbols\Source\SynthesizedEventAccessorSymbol.vb (1)
465
Dim loopEnd As BoundStatement = New
BoundConditionalGoto
(syntax,