1 override of InstrumentForEachStatement
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
109public override BoundStatement InstrumentForEachStatement(BoundForEachStatement original, BoundStatement rewritten)
2 references to InstrumentForEachStatement
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
111return Previous.InstrumentForEachStatement(original, rewritten);
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (1)
1303result = Instrumenter.InstrumentForEachStatement(original, result);