9 references to Opened
System.ServiceModel (9)
System\ServiceModel\Channels\CommunicationObjectManager.cs (1)
29if (this.State == LifetimeState.Opened && !this.inputClosed)
System\ServiceModel\Channels\LifetimeManager.cs (5)
32this.state = LifetimeState.Opened; 70if (!this.aborted && this.state != LifetimeState.Opened) 181if (empty && this.State == LifetimeState.Opened) 195Fx.Assert(this.State == LifetimeState.Opened, "LifetimeManager.IncrementBusyCount: (this.State == LifetimeState.Opened)"); 202Fx.Assert(this.State == LifetimeState.Opened, "LifetimeManager.IncrementBusyCountWithoutLock: (this.State == LifetimeState.Opened)");
System\ServiceModel\Dispatcher\InstanceContextManager.cs (1)
44if (this.State == LifetimeState.Opened)
System\ServiceModel\ServiceChannelManager.cs (2)
91if (this.State == LifetimeState.Opened) 233if (empty && this.State == LifetimeState.Opened)