2 writes to lockQueueForMove
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (2)
48
this.
lockQueueForMove
= new MsmqQueue(this.lockQueueName, UnsafeNativeMethods.MQ_MOVE_ACCESS);
119
this.
lockQueueForMove
= new MsmqQueue(this.lockQueueName, UnsafeNativeMethods.MQ_MOVE_ACCESS);
4 references to lockQueueForMove
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (4)
115
this.
lockQueueForMove
.Dispose();
122
this.
lockQueueForMove
.EnsureOpen();
152
moveResult = this.TryMoveMessage(lookupId, this.
lockQueueForMove
, MsmqTransactionMode.None);
255
this.
lockQueueForMove
.CloseQueue();