1 write to Responses
System.Data.Services.Client (1)
System\Data\Services\Client\DataServiceContext.cs (1)
4140this.Responses = new List<OperationResponse>();
4 references to Responses
System.Data.Services.Client (4)
System\Data\Services\Client\DataServiceContext.cs (4)
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*/); 5641this.Responses.Add(changeOperationResponse);