2 writes to count
System.Runtime.Serialization (2)
System\Xml\XmlUTF8TextWriter.cs (2)
1117this.count = count; 1177this.count -= byteCount;
5 references to count
System.Runtime.Serialization (5)
System\Xml\XmlUTF8TextWriter.cs (5)
1138while (this.count >= 3) 1151if (count > 0) 1160int byteCount = Math.Min(bufferLength / 4 * 3, count - count % 3); 1195writer.Advance(encoding.GetChars(this.buffer, this.offset, this.count, chars, charOffset));