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