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