3 writes to autoAborted
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableChannelBinder.cs (3)
2962this.autoAborted = this.binder.Synchronizer.Aborting; 2996this.autoAborted = this.binder.Synchronizer.Aborting; 3142this.autoAborted = false;
3 references to autoAborted
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableChannelBinder.cs (3)
3048if (!this.binder.HandleException(e, this.maskingMode, this.autoAborted)) 3098if (!this.binder.HandleException(e, this.maskingMode, this.autoAborted)) 3162if (!this.binder.HandleException(e, this.maskingMode, this.autoAborted))