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