1 write to receiveParameters
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqReceiveHelper.cs (1)
67this.receiveParameters = receiveParameters;
4 references to receiveParameters
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqReceiveHelper.cs (4)
89get { return this.receiveParameters; } 119get { return this.receiveParameters.ExactlyOnce; } 291if (this.receiveParameters.ExactlyOnce || this.queue is ILockingQueue) 305if (this.receiveParameters.ExactlyOnce)