Base:
method
InstrumentForStatementCondition
Microsoft.CodeAnalysis.CSharp.Instrumenter.InstrumentForStatementCondition(Microsoft.CodeAnalysis.CSharp.BoundForStatement, Microsoft.CodeAnalysis.CSharp.BoundExpression, Microsoft.CodeAnalysis.CSharp.SyntheticBoundNodeFactory)
2 overrides of InstrumentForStatementCondition
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
351public override BoundExpression InstrumentForStatementCondition(BoundForStatement original, BoundExpression rewrittenCondition, SyntheticBoundNodeFactory factory)
Lowering\Instrumentation\ModuleCancellationInstrumenter.cs (1)
106public override BoundExpression InstrumentForStatementCondition(BoundForStatement original, BoundExpression rewrittenCondition, SyntheticBoundNodeFactory factory)
2 references to InstrumentForStatementCondition
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
355return AddConditionSequencePoint(base.InstrumentForStatementCondition(original, rewrittenCondition, factory), original.Syntax, factory);
Lowering\Instrumentation\ModuleCancellationInstrumenter.cs (1)
107=> InstrumentExpression(base.InstrumentForStatementCondition(original, rewrittenCondition, factory));