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