7 references to Aborting
System.ServiceModel (7)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
275autoAborted = this.Synchronizer.Aborting;
System\ServiceModel\Channels\ReliableChannelBinder.cs (5)
895autoAborted = this.Synchronizer.Aborting; 1034autoAborted = this.Synchronizer.Aborting; 2962this.autoAborted = this.binder.Synchronizer.Aborting; 2996this.autoAborted = this.binder.Synchronizer.Aborting; 3336this.autoAborted = this.binder.Synchronizer.Aborting;
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
639autoAborted = this.Synchronizer.Aborting;