1 override of InstrumentForEachStatementDeconstructionVariablesDeclaration
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
252public override BoundStatement InstrumentForEachStatementDeconstructionVariablesDeclaration(BoundForEachStatement original, BoundStatement iterationVarDecl)
2 references to InstrumentForEachStatementDeconstructionVariablesDeclaration
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
254return Previous.InstrumentForEachStatementDeconstructionVariablesDeclaration(original, iterationVarDecl);
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (1)
1290iterationVarDecl = Instrumenter.InstrumentForEachStatementDeconstructionVariablesDeclaration(original, iterationVarDecl);