1 override of InstrumentGotoStatement
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
51
Public Overrides Function
InstrumentGotoStatement
(original As BoundGotoStatement, rewritten As BoundStatement) As BoundStatement
2 references to InstrumentGotoStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
52
Return Previous.
InstrumentGotoStatement
(original, rewritten)
Lowering\LocalRewriter\LocalRewriter_Goto.vb (1)
30
rewritten = _instrumenterOpt.
InstrumentGotoStatement
(node, rewritten)