Base:
method
InstrumentForEachStatement
Microsoft.CodeAnalysis.CSharp.Instrumenter.InstrumentForEachStatement(Microsoft.CodeAnalysis.CSharp.BoundForEachStatement, Microsoft.CodeAnalysis.CSharp.BoundStatement)
1 override of InstrumentForEachStatement
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
290public override BoundStatement InstrumentForEachStatement(BoundForEachStatement original, BoundStatement rewritten)
1 reference to InstrumentForEachStatement
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
300base.InstrumentForEachStatement(original, rewritten)));