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