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