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)
269public override BoundStatement InstrumentForEachStatementCollectionVarDeclaration(BoundForEachStatement original, BoundStatement? collectionVarDecl)
1 reference to InstrumentForEachStatementCollectionVarDeclaration
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
273base.InstrumentForEachStatementCollectionVarDeclaration(original, collectionVarDecl));