8 references to RequestCompleted
System.Data.Services.Client (8)
System\Data\Services\Client\DataServiceContext.cs (8)
4437while (((null == pereq) || (pereq.RequestCompleted && asyncResult != null && asyncResult.CompletedSynchronously)) && !this.IsCompletedInternally); 4471if ((null == value) || value.RequestCompleted) 4499if (pereq.RequestCompleted) 5811if (asyncResult.CompletedSynchronously && !pereq.RequestCompleted && !this.IsCompletedInternally) 5823while (asyncResult.CompletedSynchronously && !pereq.RequestCompleted && !this.IsCompletedInternally && 5959while (asyncResult.CompletedSynchronously && !pereq.RequestCompleted && !this.IsCompletedInternally && stream.CanRead); 6017while (asyncResult.CompletedSynchronously && !pereq.RequestCompleted && !this.IsCompletedInternally && stream.CanRead); 6049if (!pereq.RequestCompleted)