5 references to IsAborted
System.ServiceModel.Discovery (5)
System\ServiceModel\Discovery\AsyncOperationLifetimeManager.cs (3)
50
if (this.
IsAborted
|| this.IsClosed)
71
if (this.
IsAborted
)
217
if (this.
IsAborted
)
System\ServiceModel\Discovery\DiscoveryClient.cs (2)
911
if (this.asyncOperationsLifetimeManager.IsClosed || this.asyncOperationsLifetimeManager.
IsAborted
)
924
return ((Interlocked.CompareExchange(ref this.closeCalled, 1, 0) == 1) || this.asyncOperationsLifetimeManager.
IsAborted
);