4 references to GetResponse
System.Data.Services.Client (4)
System\Data\Services\Client\DataServiceRequest.cs (2)
167
QueryOperationResponse operationResponse = result.
GetResponse
<TElement>(MaterializeAtom.EmptyResults);
233
operationResponse = response.
GetResponse
<long>(MaterializeAtom.EmptyResults);
System\Data\Services\Client\QueryResult.cs (2)
140
QueryOperationResponse operationResponse = response.
GetResponse
<TElement>(MaterializeAtom.EmptyResults);
351
return this.
GetResponse
<TElement>(materializeAtom);