1 write to queue
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqReceiveHelper.cs (1)
74this.queue = Msmq.CreateMsmqQueue(this);
6 references to queue
System.ServiceModel (6)
System\ServiceModel\Channels\MsmqReceiveHelper.cs (6)
114get { return this.queue; } 139this.queue.EnsureOpen(); 149this.queue.Dispose(); 250return (MsmqQueue.ReceiveResult.Timeout != this.queue.TryPeek(message, timeout)); 256return new WaitForMessageAsyncResult(this.queue, timeout, callback, state); 291if (this.receiveParameters.ExactlyOnce || this.queue is ILockingQueue)