2 instantiations of 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);
6 references to MsmqReceiveContextLockManager
System.ServiceModel (6)
System\ServiceModel\Channels\MsmqDecodeHelper.cs (1)
174MsmqReceiveContextLockManager receiveContextManager)
System\ServiceModel\Channels\MsmqInputChannelBase.cs (1)
17MsmqReceiveContextLockManager receiveContextManager;
System\ServiceModel\Channels\MsmqInputSessionChannelListener.cs (1)
14MsmqReceiveContextLockManager receiveContextManager;
System\ServiceModel\Channels\MsmqReceiveContext.cs (3)
50MsmqReceiveContextLockManager manager; 52public MsmqReceiveContext(long lookupId, DateTime expiryTime, MsmqReceiveContextLockManager manager) 76public MsmqReceiveContextLockManager Manager