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