1 write to actualByteCount
System.Runtime.Serialization (1)
System\Xml\XmlBaseWriter.cs (1)
1432
this.
actualByteCount
= totalByteCount - (totalByteCount % 3);
4 references to actualByteCount
System.Runtime.Serialization (4)
System\Xml\XmlBaseWriter.cs (4)
1439
if (
actualByteCount
>= 3)
1444
writer.WriteAttributeText(XmlConverter.Base64Encoding.GetString(buffer, this.offset,
actualByteCount
- writer.trailByteCount));
1481
this.
actualByteCount
- this.writer.trailByteCount,
1494
this.writer.trailByteCount = (totalByteCount -
actualByteCount
);