2 references to IsDisposed
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqInputChannelListenerBase.cs (1)
27if (!this.IsDisposed && (CommunicationState.Opened == this.State || CommunicationState.Opening == this.State))
System\ServiceModel\Channels\SingletonChannelAcceptor.cs (1)
51if (IsDisposed)