1 write to aborted
System.ServiceModel (1)
System\ServiceModel\Channels\LifetimeManager.cs (1)
60
this.
aborted
= true;
4 references to aborted
System.ServiceModel (4)
System\ServiceModel\Channels\LifetimeManager.cs (4)
54
if (this.State == LifetimeState.Closed || this.
aborted
)
70
if (!this.
aborted
&& this.state != LifetimeState.Opened)
123
if (!aborting && this.
aborted
)
222
Fx.Assert(this.
aborted
, "LifetimeManager.OnBeginClose: (this.aborted == true)");