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