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