1 write to totalByteCount
System.Runtime.Serialization (1)
System\Xml\XmlBaseWriter.cs (1)
1431this.totalByteCount = writer.trailByteCount + this.count;
3 references to totalByteCount
System.Runtime.Serialization (3)
System\Xml\XmlBaseWriter.cs (3)
1432this.actualByteCount = totalByteCount - (totalByteCount % 3); 1494this.writer.trailByteCount = (totalByteCount - actualByteCount);