7 writes to _state
System.ServiceModel.Primitives (7)
System\ServiceModel\Channels\LifetimeManager.cs (7)
29_state = LifetimeState.Opened; 51_state = LifetimeState.Closing; 55_state = LifetimeState.Closed; 71_state = LifetimeState.Closing; 75_state = LifetimeState.Closed; 83_state = LifetimeState.Closing; 87_state = LifetimeState.Closed;
2 references to _state
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\LifetimeManager.cs (2)
36get { return _state; } 60if (!_aborted && _state != LifetimeState.Opened)