1 write to _aborted
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (1)
53_aborted = true;
4 references to _aborted
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (4)
51if (this.State == LifetimeState.Closed || _aborted) 63if (!_aborted && _state != LifetimeState.Opened) 103if (!aborting && _aborted) 202Fx.Assert(_aborted, "LifetimeManager.OnBeginClose: (this.aborted == true)");