Base:
method
InstrumentCall
Microsoft.CodeAnalysis.CSharp.Instrumenter.InstrumentCall(Microsoft.CodeAnalysis.CSharp.BoundCall, Microsoft.CodeAnalysis.CSharp.BoundExpression)
1 override of InstrumentCall
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (1)
543
public override BoundExpression
InstrumentCall
(BoundCall original, BoundExpression rewritten)
1 reference to InstrumentCall
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (1)
544
=> InstrumentCall(base.
InstrumentCall
(original, rewritten), original.Arguments, original.ArgumentRefKindsOpt);