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