Base:
method
InstrumentThrowStatement
Microsoft.CodeAnalysis.VisualBasic.Instrumenter.InstrumentThrowStatement(Microsoft.CodeAnalysis.VisualBasic.BoundThrowStatement, Microsoft.CodeAnalysis.VisualBasic.BoundStatement)
2 overrides of InstrumentThrowStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
352
Public Overrides Function
InstrumentThrowStatement
(original As BoundThrowStatement, rewritten As BoundStatement) As BoundStatement
Lowering\Instrumentation\DebugInfoInjector.vb (1)
72
Public Overrides Function
InstrumentThrowStatement
(original As BoundThrowStatement, rewritten As BoundStatement) As BoundStatement
2 references to InstrumentThrowStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
353
Return AddDynamicAnalysis(original, MyBase.
InstrumentThrowStatement
(original, rewritten))
Lowering\Instrumentation\DebugInfoInjector.vb (1)
73
Return MarkStatementWithSequencePoint(original, MyBase.
InstrumentThrowStatement
(original, rewritten))