11 references to EndBatch
System.Data.Services (11)
parent\Client\System\Data\Services\Client\BatchStream.cs (9)
403case BatchStreamState.EndBatch: 421this.batchState = BatchStreamState.EndBatch; 466this.batchState == BatchStreamState.EndBatch || 521if (this.batchState != BatchStreamState.EndBatch) 572else if (BatchStreamState.EndBatch == this.batchState) 658if (this.batchState == BatchStreamState.EndBatch) 1393state = (BatchStreamState.EndBatch == this.batchState) ? BatchStreamState.GetResponse : BatchStreamState.ChangeResponse; 1401BatchStreamState.EndBatch == this.batchState || 1405if (this.batchState == BatchStreamState.EndBatch)
System\Data\Services\DataService.cs (2)
2362while (!this.batchLimitExceeded && this.batchRequestStream.State != BatchStreamState.EndBatch) 2526Debug.Assert(this.batchRequestStream.State == BatchStreamState.EndBatch, "expecting end batch state");