15 writes to RequestCompletedSynchronously
System.Data.Services.Client (15)
System\Data\Services\Client\DataServiceContext.cs (15)
4250
pereq.
RequestCompletedSynchronously
&= asyncResult.CompletedSynchronously;
4364
pereq.
RequestCompletedSynchronously
&= asyncResult.CompletedSynchronously;
5713
pereq.
RequestCompletedSynchronously
&= asyncResult.CompletedSynchronously; // BeginGetRequestStream
5755
pereq.
RequestCompletedSynchronously
&= asyncResult.CompletedSynchronously;
5782
pereq.
RequestCompletedSynchronously
&= asyncResult.CompletedSynchronously; // BeginRead
5806
pereq.
RequestCompletedSynchronously
&= asyncResult.CompletedSynchronously;
5815
pereq.
RequestCompletedSynchronously
&= asyncResult.CompletedSynchronously;
5836
pereq.
RequestCompletedSynchronously
&= asyncResult.CompletedSynchronously; // BeginGetResponse
5862
pereq.
RequestCompletedSynchronously
&= asyncResult.CompletedSynchronously; // BeginWrite
5883
pereq.
RequestCompletedSynchronously
&= asyncResult.CompletedSynchronously;
5909
pereq.
RequestCompletedSynchronously
&= asyncResult.CompletedSynchronously; // BeginGetResponse
5957
pereq.
RequestCompletedSynchronously
&= asyncResult.CompletedSynchronously; // BeginRead
5996
pereq.
RequestCompletedSynchronously
&= asyncResult.CompletedSynchronously; // BeginRead
6015
pereq.
RequestCompletedSynchronously
&= asyncResult.CompletedSynchronously; // BeginRead
6105
this.
RequestCompletedSynchronously
= true;
2 references to RequestCompletedSynchronously
System.Data.Services.Client (2)
System\Data\Services\Client\DataServiceContext.cs (2)
4497
this.CompletedSynchronously &= pereq.
RequestCompletedSynchronously
;
6078
if (!pereq.
RequestCompletedSynchronously
)