1 override of InstrumentForStatementCondition
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
129public override BoundExpression InstrumentForStatementCondition(BoundForStatement original, BoundExpression rewrittenCondition, SyntheticBoundNodeFactory factory)
2 references to InstrumentForStatementCondition
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
131return Previous.InstrumentForStatementCondition(original, rewrittenCondition, factory);
Lowering\LocalRewriter\LocalRewriter_ForStatement.cs (1)
29rewrittenCondition = Instrumenter.InstrumentForStatementCondition(node, rewrittenCondition, _factory);