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