1 override of InstrumentIfStatement
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
134public override BoundStatement InstrumentIfStatement(BoundIfStatement original, BoundStatement rewritten)
2 references to InstrumentIfStatement
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
136return Previous.InstrumentIfStatement(original, rewritten);
Lowering\LocalRewriter\LocalRewriter_IfStatement.cs (1)
37result = Instrumenter.InstrumentIfStatement(node, result);