2 writes to batchBoundary
System.Data.Services.Client (2)
System\Data\Services\Client\BatchStream.cs (2)
117this.batchBoundary = VerifyBoundary(boundary); 502this.batchBoundary = null;
6 references to batchBoundary
System.Data.Services.Client (6)
System\Data\Services\Client\BatchStream.cs (6)
405Debug.Assert(null == this.batchBoundary, "non-null batch boundary"); 419Debug.Assert(null != this.batchBoundary, "null batch boundary"); 426Debug.Assert(null != this.batchBoundary, "null batch boundary"); 494else if (delimiter == this.batchBoundary) 519else if (delimiter == this.batchBoundary) 1105string boundary1 = this.batchBoundary;