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