2 references to MsmqReceiveContextLockManager
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqInputChannelBase.cs (1)
28
this.receiveContextManager = new
MsmqReceiveContextLockManager
(this.receiveParameters.ReceiveContextSettings, this.receiver.Queue);
System\ServiceModel\Channels\MsmqInputSessionChannelListener.cs (1)
30
this.receiveContextManager = new
MsmqReceiveContextLockManager
(this.ReceiveParameters.ReceiveContextSettings, this.receiver.Queue);