2 writes to aborted
System.ServiceModel (2)
System\ServiceModel\Channels\RequestContextBase.cs (2)
38this.aborted = false; 108this.aborted = true;
2 references to aborted
System.ServiceModel (2)
System\ServiceModel\Channels\RequestContextBase.cs (2)
85return this.aborted; 202if (aborted)