11 references to batchOperationContexts
System.Data.Services (11)
System\Data\Services\DataService.cs (11)
2435Debug.Assert(this.batchOperationContexts.Count == this.batchRequestDescription.Count, "counts must be the same");
2438this.operationContext = this.batchOperationContexts[i];
2439this.WriteRequest(this.batchRequestDescription[i], this.batchOperationContexts[i].Host.BatchServiceHost);
2446this.HandleChangesetException(exceptionEncountered, this.batchOperationContexts, changesetBoundary, writer);
2465Debug.Assert(this.batchOperationContexts.Count == 0, "this.batchRequestHost.Count == 0");
2484this.batchOperationContexts.Add(currentOperationContext);
2546this.HandleChangesetException(exception, this.batchOperationContexts, changesetBoundary, writer);
2578this.batchOperationContexts.Clear();
2725Debug.Assert(this.batchRequestDescription.Count == this.batchOperationContexts.Count, "Host and request description count must be the same");
2743for (int i = 0; i < this.batchOperationContexts.Count - 1; i++)
2745DataServiceOperationContext previousContext = this.batchOperationContexts[i];