8 references to ThrowIfDisposed
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (1)
135this.ThrowIfDisposed();
System.ServiceModel.Primitives (7)
System\ServiceModel\ChannelFactory.cs (1)
100base.ThrowIfDisposed();
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
160ThrowIfDisposed();
System\ServiceModel\Channels\CommunicationObject.cs (1)
1138communicationObject.ThrowIfDisposed();
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
142ThrowIfDisposed();
System\ServiceModel\Channels\ServiceChannelFactory.cs (3)
36ThrowIfDisposed(); 45ThrowIfDisposed(); 296ThrowIfDisposed();