7 writes to state
System.ServiceModel (7)
System\ServiceModel\Channels\LifetimeManager.cs (7)
32this.state = LifetimeState.Opened; 61this.state = LifetimeState.Closing; 65this.state = LifetimeState.Closed; 90this.state = LifetimeState.Closing; 105this.state = LifetimeState.Closing; 109this.state = LifetimeState.Closed; 188this.state = LifetimeState.Closed;
2 references to state
System.ServiceModel (2)
System\ServiceModel\Channels\LifetimeManager.cs (2)
42get { return this.state; } 70if (!this.aborted && this.state != LifetimeState.Opened)