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