1 override of InstrumentForEachStatementCollectionVarDeclaration
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
102public override BoundStatement? InstrumentForEachStatementCollectionVarDeclaration(BoundForEachStatement original, BoundStatement? collectionVarDecl)
2 references to InstrumentForEachStatementCollectionVarDeclaration
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
104return Previous.InstrumentForEachStatementCollectionVarDeclaration(original, collectionVarDecl);
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (1)
1054collectionVarDecl = Instrumenter.InstrumentForEachStatementCollectionVarDeclaration(original, collectionVarDecl);