1 override of InstrumentLabelStatement
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
55Public Overrides Function InstrumentLabelStatement(original As BoundLabelStatement, rewritten As BoundStatement) As BoundStatement
2 references to InstrumentLabelStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
56Return Previous.InstrumentLabelStatement(original, rewritten)
Lowering\LocalRewriter\LocalRewriter_Label.vb (1)
46statement = _instrumenterOpt.InstrumentLabelStatement(node, statement)