8 references to Opened
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 (5)
29_state = LifetimeState.Opened; 63if (!_aborted && _state != LifetimeState.Opened) 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 (2)
91if (this.State == LifetimeState.Opened) 233if (empty && this.State == LifetimeState.Opened)