1 override of InstrumentCall
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
159public override BoundExpression InstrumentCall(BoundCall original, BoundExpression rewritten)
2 references to InstrumentCall
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
161return Previous.InstrumentCall(original, rewritten);
Lowering\LocalRewriter\LocalRewriter_Call.cs (1)
431rewrittenCall = Instrumenter.InstrumentCall(node, rewrittenCall);