15 references to BoundOnErrorStatement
Microsoft.CodeAnalysis.VisualBasic (15)
Analysis\FlowAnalysis\DataFlowPass.vb (1)
2132
Public Overrides Function VisitOnErrorStatement(node As
BoundOnErrorStatement
) As BoundNode
Binding\Binder_Statements.vb (2)
543
Public Overrides Function VisitOnErrorStatement(node As
BoundOnErrorStatement
) As BoundNode
5278
Private Function BindOnErrorStatement(node As StatementSyntax, diagnostics As BindingDiagnosticBag) As
BoundOnErrorStatement
Generated\BoundNodes.xml.Generated.vb (7)
8414
Public Function Update(onErrorKind As OnErrorStatementKind, labelOpt As LabelSymbol, labelExpressionOpt As BoundExpression) As
BoundOnErrorStatement
9648
Return VisitOnErrorStatement(CType(node,
BoundOnErrorStatement
), arg)
10318
Public Overridable Function VisitOnErrorStatement(node As
BoundOnErrorStatement
, arg As A) As R
11021
Public Overridable Function VisitOnErrorStatement(node As
BoundOnErrorStatement
) As BoundNode
11933
Public Overrides Function VisitOnErrorStatement(node As
BoundOnErrorStatement
) As BoundNode
13011
Public Overrides Function VisitOnErrorStatement(node As
BoundOnErrorStatement
) As BoundNode
14447
Public Overrides Function VisitOnErrorStatement(node As
BoundOnErrorStatement
, arg As Object) As TreeDumperNode
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
356
Public Overrides Function InstrumentOnErrorStatement(original As
BoundOnErrorStatement
, rewritten As BoundStatement) As BoundStatement
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
71
Public Overrides Function InstrumentOnErrorStatement(original As
BoundOnErrorStatement
, rewritten As BoundStatement) As BoundStatement
Lowering\Instrumentation\DebugInfoInjector.vb (1)
76
Public Overrides Function InstrumentOnErrorStatement(original As
BoundOnErrorStatement
, rewritten As BoundStatement) As BoundStatement
Lowering\Instrumentation\Instrumenter.vb (1)
84
Public Overridable Function InstrumentOnErrorStatement(original As
BoundOnErrorStatement
, rewritten As BoundStatement) As BoundStatement
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (1)
325
Public Overrides Function VisitOnErrorStatement(node As
BoundOnErrorStatement
) As BoundNode