1 write to receiveContextManager
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqInputSessionChannelListener.cs (1)
30this.receiveContextManager = new MsmqReceiveContextLockManager(this.ReceiveParameters.ReceiveContextSettings, this.receiver.Queue);
4 references to receiveContextManager
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqInputSessionChannelListener.cs (4)
45if (this.receiveContextManager != null) 47this.receiveContextManager.Dispose(); 91return MsmqDecodeHelper.DecodeTransportSessiongram(this, msmqMessage, property, this.receiveContextManager); 166return MsmqDecodeHelper.DecodeTransportSessiongram(this, msmqMessage, property, this.receiveContextManager);