2 writes to totalByteCount
System.Runtime.Serialization (2)
System\Xml\XmlBaseWriter.cs (2)
2518this.totalByteCount = this.writer.trailByteCount + this.count; 2644this.totalByteCount = 0;
3 references to totalByteCount
System.Runtime.Serialization (3)
System\Xml\XmlBaseWriter.cs (3)
2519this.actualByteCount = this.totalByteCount - (this.totalByteCount % 3); 2626this.writer.trailByteCount = (this.totalByteCount - this.actualByteCount);