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