1 override of InstrumentEndStatement
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
39
Public Overrides Function
InstrumentEndStatement
(original As BoundEndStatement, rewritten As BoundStatement) As BoundStatement
2 references to InstrumentEndStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
40
Return Previous.
InstrumentEndStatement
(original, rewritten)
Lowering\LocalRewriter\LocalRewriter.vb (1)
876
rewritten = _instrumenterOpt.
InstrumentEndStatement
(node, rewritten)