20 references to ThrowIfDisposedOrNotOpen
dotnet-svcutil-lib (20)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (1)
789communicationObject.ThrowIfDisposedOrNotOpen();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
911_channel.ThrowIfDisposedOrNotOpen();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OutputChannel.cs (2)
38ThrowIfDisposedOrNotOpen(); 83ThrowIfDisposedOrNotOpen();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (2)
213ThrowIfDisposedOrNotOpen(); // make sure that we haven't already snapshot our collection 267ThrowIfDisposedOrNotOpen();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (4)
506ThrowIfDisposedOrNotOpen(); 519ThrowIfDisposedOrNotOpen(); 752ThrowIfDisposedOrNotOpen(); 1676Rpc.Channel.ThrowIfDisposedOrNotOpen();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (2)
219ThrowIfDisposedOrNotOpen(); 225ThrowIfDisposedOrNotOpen();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (4)
504this.ThrowIfDisposedOrNotOpen(); 524this.ThrowIfDisposedOrNotOpen(); 609this.ThrowIfDisposedOrNotOpen(); 627this.ThrowIfDisposedOrNotOpen();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (2)
118ThrowIfDisposedOrNotOpen(); 124ThrowIfDisposedOrNotOpen();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
338this.ThrowIfDisposedOrNotOpen();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityChannel.cs (1)
96ThrowIfDisposedOrNotOpen();