1 override of InstrumentDoStatementCondition
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
94public override BoundExpression InstrumentDoStatementCondition(BoundDoStatement original, BoundExpression rewrittenCondition, SyntheticBoundNodeFactory factory)
2 references to InstrumentDoStatementCondition
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
96return Previous.InstrumentDoStatementCondition(original, rewrittenCondition, factory);
Lowering\LocalRewriter\LocalRewriter_DoStatement.cs (1)
30rewrittenCondition = Instrumenter.InstrumentDoStatementCondition(node, rewrittenCondition, _factory);