Base:
method
InstrumentForEachStatementConditionalGotoStart
Microsoft.CodeAnalysis.CSharp.Instrumenter.InstrumentForEachStatementConditionalGotoStart(Microsoft.CodeAnalysis.CSharp.BoundForEachStatement, Microsoft.CodeAnalysis.CSharp.BoundStatement)
2 overrides of InstrumentForEachStatementConditionalGotoStart
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
343public override BoundStatement InstrumentForEachStatementConditionalGotoStart(BoundForEachStatement original, BoundStatement branchBack)
Lowering\Instrumentation\ModuleCancellationInstrumenter.cs (1)
112public override BoundStatement InstrumentForEachStatementConditionalGotoStart(BoundForEachStatement original, BoundStatement branchBack)
2 references to InstrumentForEachStatementConditionalGotoStart
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
347base.InstrumentForEachStatementConditionalGotoStart(original, branchBack),
Lowering\Instrumentation\ModuleCancellationInstrumenter.cs (1)
113=> InstrumentStatement(base.InstrumentForEachStatementConditionalGotoStart(original, branchBack));