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