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)
51
if (this.State == LifetimeState.Closed ||
_aborted
)
63
if (!
_aborted
&& _state != LifetimeState.Opened)
103
if (!aborting &&
_aborted
)
202
Fx.Assert(
_aborted
, "LifetimeManager.OnBeginClose: (this.aborted == true)");