3 writes to changesetEncoding
System.Data.Services (3)
parent\Client\System\Data\Services\Client\BatchStream.cs (3)
430this.changesetEncoding = null; 579this.changesetEncoding = encoding; 900this.changesetEncoding = this.DetectEncoding();
2 references to changesetEncoding
System.Data.Services (2)
parent\Client\System\Data\Services\Client\BatchStream.cs (2)
142get { return this.changesetEncoding ?? this.batchEncoding; } 898else if (null != this.changesetEncoding)