4 references to IsAborted
System.Data.Services.Client (4)
System\Data\Services\Client\BaseAsyncResult.cs (2)
186if ((null != value) && this.IsAborted) 243if (result.IsAborted)
System\Data\Services\Client\DataServiceContext.cs (1)
4523if (IsAborted)
System\Data\Services\Client\QueryResult.cs (1)
719if ((null == pereq) || (pereq.IsCompletedInternally && !pereq.IsAborted))