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)
36
get { return
_state
; }
60
if (!_aborted &&
_state
!= LifetimeState.Opened)