1 override of InstrumentLockTargetCapture
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
183
public override BoundStatement
InstrumentLockTargetCapture
(BoundLockStatement original, BoundStatement lockTargetCapture)
2 references to InstrumentLockTargetCapture
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
185
return Previous.
InstrumentLockTargetCapture
(original, lockTargetCapture);
Lowering\LocalRewriter\LocalRewriter_LockStatement.cs (1)
236
Instrumenter.
InstrumentLockTargetCapture
(original, lockTargetCapture) :