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