1 write to mainQueueForMove
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (1)
49
this.
mainQueueForMove
= new MsmqQueue(this.formatName, UnsafeNativeMethods.MQ_MOVE_ACCESS);
4 references to mainQueueForMove
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (4)
86
this.
mainQueueForMove
.EnsureOpen();
222
moveResult = this.lockQueueForReceive.TryMoveMessage(lookupId, this.
mainQueueForMove
, MsmqTransactionMode.None);
254
this.
mainQueueForMove
.CloseQueue();
341
lockQueue.TryMoveMessage(message.lookupId.Value, this.
mainQueueForMove
, MsmqTransactionMode.None);