Base:
method
InstrumentForEachStatementDeconstructionVariablesDeclaration
Microsoft.CodeAnalysis.CSharp.Instrumenter.InstrumentForEachStatementDeconstructionVariablesDeclaration(Microsoft.CodeAnalysis.CSharp.BoundForEachStatement, Microsoft.CodeAnalysis.CSharp.BoundStatement)
2 overrides of InstrumentForEachStatementDeconstructionVariablesDeclaration
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
369public override BoundStatement InstrumentForEachStatementDeconstructionVariablesDeclaration(BoundForEachStatement original, BoundStatement iterationVarDecl)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
276public override BoundStatement InstrumentForEachStatementDeconstructionVariablesDeclaration(BoundForEachStatement original, BoundStatement iterationVarDecl)
2 references to InstrumentForEachStatementDeconstructionVariablesDeclaration
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
371return AddDynamicAnalysis(original, base.InstrumentForEachStatementDeconstructionVariablesDeclaration(original, iterationVarDecl));
Lowering\Instrumentation\DebugInfoInjector.cs (1)
279return new BoundSequencePointWithSpan(forEachSyntax, base.InstrumentForEachStatementDeconstructionVariablesDeclaration(original, iterationVarDecl), forEachSyntax.Variable.Span);