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