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