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