2 writes to lockQueueName
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (2)
46
this.
lockQueueName
= this.formatName + ";" + MsmqSubqueueLockingQueue.GenerateLockQueueName();
117
this.
lockQueueName
= this.formatName + ";" + MsmqSubqueueLockingQueue.GenerateLockQueueName();
4 references to lockQueueName
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (4)
47
this.lockQueueForReceive = new MsmqQueue(this.
lockQueueName
, UnsafeNativeMethods.MQ_RECEIVE_ACCESS, UnsafeNativeMethods.MQ_DENY_RECEIVE_SHARE);
48
this.lockQueueForMove = new MsmqQueue(this.
lockQueueName
, UnsafeNativeMethods.MQ_MOVE_ACCESS);
118
this.lockQueueForReceive = new MsmqQueue(this.
lockQueueName
, UnsafeNativeMethods.MQ_RECEIVE_ACCESS, UnsafeNativeMethods.MQ_DENY_RECEIVE_SHARE);
119
this.lockQueueForMove = new MsmqQueue(this.
lockQueueName
, UnsafeNativeMethods.MQ_MOVE_ACCESS);