7 writes to _state
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (7)
29
_state
= LifetimeState.Opened;
54
_state
= LifetimeState.Closing;
58
_state
= LifetimeState.Closed;
74
_state
= LifetimeState.Closing;
85
_state
= LifetimeState.Closing;
89
_state
= LifetimeState.Closed;
168
_state
= LifetimeState.Closed;
2 references to _state
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (2)
39
get { return
_state
; }
63
if (!_aborted &&
_state
!= LifetimeState.Opened)