5 references to Closed
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (4)
51if (this.State == LifetimeState.Closed || _aborted) 58_state = LifetimeState.Closed; 89_state = LifetimeState.Closed; 168_state = LifetimeState.Closed;
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (1)
273if (this.State == LifetimeState.Closed)