15 references to BoundOnErrorStatement
Microsoft.CodeAnalysis.VisualBasic (15)
Analysis\FlowAnalysis\DataFlowPass.vb (1)
2132Public Overrides Function VisitOnErrorStatement(node As BoundOnErrorStatement) As BoundNode
Binding\Binder_Statements.vb (2)
543Public Overrides Function VisitOnErrorStatement(node As BoundOnErrorStatement) As BoundNode 5278Private Function BindOnErrorStatement(node As StatementSyntax, diagnostics As BindingDiagnosticBag) As BoundOnErrorStatement
Generated\BoundNodes.xml.Generated.vb (7)
8407Public Function Update(onErrorKind As OnErrorStatementKind, labelOpt As LabelSymbol, labelExpressionOpt As BoundExpression) As BoundOnErrorStatement 9641Return VisitOnErrorStatement(CType(node, BoundOnErrorStatement), arg) 10311Public Overridable Function VisitOnErrorStatement(node As BoundOnErrorStatement, arg As A) As R 11014Public Overridable Function VisitOnErrorStatement(node As BoundOnErrorStatement) As BoundNode 11926Public Overrides Function VisitOnErrorStatement(node As BoundOnErrorStatement) As BoundNode 13004Public Overrides Function VisitOnErrorStatement(node As BoundOnErrorStatement) As BoundNode 14440Public 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