1 override of InstrumentStopStatement
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
35
Public Overrides Function
InstrumentStopStatement
(original As BoundStopStatement, rewritten As BoundStatement) As BoundStatement
2 references to InstrumentStopStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
36
Return Previous.
InstrumentStopStatement
(original, rewritten)
Lowering\LocalRewriter\LocalRewriter.vb (1)
859
rewritten = _instrumenterOpt.
InstrumentStopStatement
(node, rewritten)