1 override of InstrumentUserDefinedLocalAssignment
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
154
public override BoundExpression
InstrumentUserDefinedLocalAssignment
(BoundAssignmentOperator original)
2 references to InstrumentUserDefinedLocalAssignment
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
156
return Previous.
InstrumentUserDefinedLocalAssignment
(original);
Lowering\SyntheticBoundNodeFactory.cs (1)
439
InstrumentationState.Instrumenter.
InstrumentUserDefinedLocalAssignment
(assignment) :