1 override of InstrumentBreakStatement
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
79public override BoundStatement InstrumentBreakStatement(BoundBreakStatement original, BoundStatement rewritten)
2 references to InstrumentBreakStatement
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
81return Previous.InstrumentBreakStatement(original, rewritten);
Lowering\LocalRewriter\LocalRewriter_BreakStatement.cs (1)
18result = Instrumenter.InstrumentBreakStatement(node, result);