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