5 references to DataServiceResponse
System.Data.Services.Client (5)
System\Data\Services\Client\DataServiceContext.cs (5)
4186this.DataServiceResponse = new DataServiceResponse(null, -1, this.Responses, false /*batchResponse*/); 5069this.DataServiceResponse = new DataServiceResponse(null, (int)WebExceptionStatus.Success, this.Responses, true /*batchResponse*/); 5311this.DataServiceResponse = new DataServiceResponse(headers, (int)this.batchResponse.StatusCode, this.Responses, true /*batchResponse*/); 5331this.DataServiceResponse = new DataServiceResponse( 5367this.DataServiceResponse = new DataServiceResponse(headers, statusCode, null, IsFlagSet(this.options, SaveChangesOptions.Batch));