19 references to ThrowIfClosed
System.ServiceModel (19)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
177this.ThrowIfClosed(); 195this.ThrowIfClosed();
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
148this.ThrowIfClosed(); 167this.ThrowIfClosed();
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (4)
218this.ThrowIfClosed(); 298this.ThrowIfClosed(); 1260this.ThrowIfClosed(); 1272this.ThrowIfClosed();
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (2)
142this.ThrowIfClosed(); 164this.ThrowIfClosed();
System\ServiceModel\InstanceContext.cs (5)
170this.ThrowIfClosed(); 189this.ThrowIfClosed(); 217this.ThrowIfClosed(); 226this.ThrowIfClosed(); 326this.ThrowIfClosed();
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
262this.CommunicationObject.ThrowIfClosed();
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
336this.communicationObject.ThrowIfClosed();
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
714this.communicationObject.ThrowIfClosed(); 774this.communicationObject.ThrowIfClosed();