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