8 references to State
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObjectManager.cs (1)
26if (this.State == LifetimeState.Opened && !_inputClosed)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (4)
51if (this.State == LifetimeState.Closed || _aborted) 161if (empty && this.State == LifetimeState.Opened) 175Fx.Assert(this.State == LifetimeState.Opened, "LifetimeManager.IncrementBusyCount: (this.State == LifetimeState.Opened)"); 182Fx.Assert(this.State == LifetimeState.Opened, "LifetimeManager.IncrementBusyCountWithoutLock: (this.State == LifetimeState.Opened)");
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (3)
91if (this.State == LifetimeState.Opened) 233if (empty && this.State == LifetimeState.Opened) 273if (this.State == LifetimeState.Closed)