2 writes to batchEncoding
System.Data.Services.Client (2)
System\Data\Services\Client\BatchStream.cs (2)
119
this.
batchEncoding
= batchEncoding;
896
this.
batchEncoding
= this.DetectEncoding();
3 references to batchEncoding
System.Data.Services.Client (3)
System\Data\Services\Client\BatchStream.cs (3)
142
get { return this.changesetEncoding ?? this.
batchEncoding
; }
894
if (null == this.
batchEncoding
)
905
byte[] preamble = this.
batchEncoding
.GetPreamble();