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