2 writes to lockQueueForReceive
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (2)
47
this.
lockQueueForReceive
= new MsmqQueue(this.lockQueueName, UnsafeNativeMethods.MQ_RECEIVE_ACCESS, UnsafeNativeMethods.MQ_DENY_RECEIVE_SHARE);
118
this.
lockQueueForReceive
= new MsmqQueue(this.lockQueueName, UnsafeNativeMethods.MQ_RECEIVE_ACCESS, UnsafeNativeMethods.MQ_DENY_RECEIVE_SHARE);
8 references to lockQueueForReceive
System.ServiceModel (8)
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (8)
72
return this.
lockQueueForReceive
;
102
this.
lockQueueForReceive
.EnsureOpen();
114
this.
lockQueueForReceive
.Dispose();
167
lookupIdReceiveResult = this.
lockQueueForReceive
.TryReceiveByLookupId(lookupId, message, MsmqTransactionMode.None, UnsafeNativeMethods.MQ_LOOKUP_PEEK_CURRENT);
195
receiveResult = this.
lockQueueForReceive
.TryReceiveByLookupId(lookupId, emptyMessage, MsmqTransactionMode.CurrentOrNone);
222
moveResult = this.
lockQueueForReceive
.TryMoveMessage(lookupId, this.mainQueueForMove, MsmqTransactionMode.None);
253
this.CollectLocks(this.
lockQueueForReceive
);
256
this.
lockQueueForReceive
.CloseQueue();