1 write to lockQueueForReceive
System.ServiceModel (1)
System\ServiceModel\Channels\Msmq4PoisonHandler.cs (1)
57
this.
lockQueueForReceive
= ((MsmqSubqueueLockingQueue)this.receiver.Queue).LockQueueForReceive;
2 references to lockQueueForReceive
System.ServiceModel (2)
System\ServiceModel\Channels\Msmq4PoisonHandler.cs (2)
156
MsmqReceiveHelper.MoveReceivedMessage(this.
lockQueueForReceive
, this.retryQueueForMove, messageProperty.LookupId);
210
this.InternalFinalDisposition(this.
lockQueueForReceive
, messageProperty);