1 override of InstrumentThrowStatement
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
67Public Overrides Function InstrumentThrowStatement(original As BoundThrowStatement, rewritten As BoundStatement) As BoundStatement
2 references to InstrumentThrowStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
68Return Previous.InstrumentThrowStatement(original, rewritten)
Lowering\LocalRewriter\LocalRewriter_Throw.vb (1)
43rewritten = _instrumenterOpt.InstrumentThrowStatement(node, rewritten)