1 override of InstrumentDoStatementConditionalGotoStart
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
97public override BoundStatement InstrumentDoStatementConditionalGotoStart(BoundDoStatement original, BoundStatement ifConditionGotoStart)
2 references to InstrumentDoStatementConditionalGotoStart
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
99return Previous.InstrumentDoStatementConditionalGotoStart(original, ifConditionGotoStart);
Lowering\LocalRewriter\LocalRewriter_DoStatement.cs (1)
37ifConditionGotoStart = Instrumenter.InstrumentDoStatementConditionalGotoStart(node, ifConditionGotoStart);