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