Base:
method
InstrumentForEachStatementCollectionVarDeclaration
Microsoft.CodeAnalysis.CSharp.Instrumenter.InstrumentForEachStatementCollectionVarDeclaration(Microsoft.CodeAnalysis.CSharp.BoundForEachStatement, Microsoft.CodeAnalysis.CSharp.BoundStatement)
1 override of InstrumentForEachStatementCollectionVarDeclaration
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
224public override BoundStatement InstrumentForEachStatementCollectionVarDeclaration(BoundForEachStatement original, BoundStatement? collectionVarDecl)
1 reference to InstrumentForEachStatementCollectionVarDeclaration
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
228base.InstrumentForEachStatementCollectionVarDeclaration(original, collectionVarDecl));