1 override of InstrumentContinueStatement
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
43
Public Overrides Function
InstrumentContinueStatement
(original As BoundContinueStatement, rewritten As BoundStatement) As BoundStatement
2 references to InstrumentContinueStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
44
Return Previous.
InstrumentContinueStatement
(original, rewritten)
Lowering\LocalRewriter\LocalRewriter_Continue.vb (1)
22
boundGoto = _instrumenterOpt.
InstrumentContinueStatement
(node, boundGoto)