1 write to Responses
System.Data.Services.Client (1)
System\Data\Services\Client\DataServiceContext.cs (1)
4140
this.
Responses
= new List<OperationResponse>();
4 references to Responses
System.Data.Services.Client (4)
System\Data\Services\Client\DataServiceContext.cs (4)
4186
this.DataServiceResponse = new DataServiceResponse(null, -1, this.
Responses
, false /*batchResponse*/);
5069
this.DataServiceResponse = new DataServiceResponse(null, (int)WebExceptionStatus.Success, this.
Responses
, true /*batchResponse*/);
5311
this.DataServiceResponse = new DataServiceResponse(headers, (int)this.batchResponse.StatusCode, this.
Responses
, true /*batchResponse*/);
5641
this.
Responses
.Add(changeOperationResponse);