7 instantiations of BoundOnErrorStatement
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_Statements.vb (5)
5257Return New BoundOnErrorStatement(node, OnErrorStatementKind.GoToMinusOne, Nothing, Nothing) 5260Return New BoundOnErrorStatement(node, OnErrorStatementKind.GoToZero, Nothing, Nothing) 5263Return New BoundOnErrorStatement(node, OnErrorStatementKind.ResumeNext, Nothing, Nothing) 5275Return New BoundOnErrorStatement(node, symbol, boundLabel, hasErrors:=Not IsValidLabelForGoto(symbol, onError.Label, diagnostics)) 5279Return New BoundOnErrorStatement(node, Nothing, boundLabelExpression, hasErrors:=True)
BoundTree\BoundOnErrorStatement.vb (1)
21Me.New(syntax, OnErrorStatementKind.GoToLabel, label, labelExpressionOpt, hasErrors)
Generated\BoundNodes.xml.Generated.vb (1)
8399Dim result = New BoundOnErrorStatement(Me.Syntax, onErrorKind, labelOpt, labelExpressionOpt, Me.HasErrors)
15 references to BoundOnErrorStatement
Microsoft.CodeAnalysis.VisualBasic (15)
Analysis\FlowAnalysis\DataFlowPass.vb (1)
2126Public Overrides Function VisitOnErrorStatement(node As BoundOnErrorStatement) As BoundNode
Binding\Binder_Statements.vb (2)
512Public Overrides Function VisitOnErrorStatement(node As BoundOnErrorStatement) As BoundNode 5247Private Function BindOnErrorStatement(node As StatementSyntax, diagnostics As BindingDiagnosticBag) As BoundOnErrorStatement
Generated\BoundNodes.xml.Generated.vb (7)
8397Public Function Update(onErrorKind As OnErrorStatementKind, labelOpt As LabelSymbol, labelExpressionOpt As BoundExpression) As BoundOnErrorStatement 9623Return VisitOnErrorStatement(CType(node, BoundOnErrorStatement), arg) 10293Public Overridable Function VisitOnErrorStatement(node As BoundOnErrorStatement, arg As A) As R 10996Public Overridable Function VisitOnErrorStatement(node As BoundOnErrorStatement) As BoundNode 11908Public Overrides Function VisitOnErrorStatement(node As BoundOnErrorStatement) As BoundNode 12986Public Overrides Function VisitOnErrorStatement(node As BoundOnErrorStatement) As BoundNode 14419Public Overrides Function VisitOnErrorStatement(node As BoundOnErrorStatement, arg As Object) As TreeDumperNode
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
356Public Overrides Function InstrumentOnErrorStatement(original As BoundOnErrorStatement, rewritten As BoundStatement) As BoundStatement
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
71Public Overrides Function InstrumentOnErrorStatement(original As BoundOnErrorStatement, rewritten As BoundStatement) As BoundStatement
Lowering\Instrumentation\DebugInfoInjector.vb (1)
76Public Overrides Function InstrumentOnErrorStatement(original As BoundOnErrorStatement, rewritten As BoundStatement) As BoundStatement
Lowering\Instrumentation\Instrumenter.vb (1)
84Public Overridable Function InstrumentOnErrorStatement(original As BoundOnErrorStatement, rewritten As BoundStatement) As BoundStatement
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (1)
325Public Overrides Function VisitOnErrorStatement(node As BoundOnErrorStatement) As BoundNode