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