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)
8423Public Function Update(onErrorKind As OnErrorStatementKind, labelOpt As LabelSymbol, labelExpressionOpt As BoundExpression) As BoundOnErrorStatement 9657Return VisitOnErrorStatement(CType(node, BoundOnErrorStatement), arg) 10327Public Overridable Function VisitOnErrorStatement(node As BoundOnErrorStatement, arg As A) As R 11030Public Overridable Function VisitOnErrorStatement(node As BoundOnErrorStatement) As BoundNode 11942Public Overrides Function VisitOnErrorStatement(node As BoundOnErrorStatement) As BoundNode 13020Public Overrides Function VisitOnErrorStatement(node As BoundOnErrorStatement) As BoundNode 14456Public 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