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