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