4 writes to valueCount
System.Runtime.Serialization (4)
System\Xml\XmlMtomReader.cs (4)
1150
this.
valueCount
= 0;
1177
this.
valueCount
-= count;
1222
this.
valueCount
-= count;
1379
this.
valueCount
+= read;
7 references to valueCount
System.Runtime.Serialization (7)
System\Xml\XmlMtomReader.cs (7)
1172
count = Math.Min(count, this.
valueCount
);
1217
if (this.
valueCount
> 0)
1219
count = Math.Min(count, this.
valueCount
);
1348
if (this.
valueCount
> 0 && this.valueOffset > 0)
1350
Buffer.BlockCopy(this.valueBuffer, this.valueOffset, this.valueBuffer, 0, this.
valueCount
);
1353
byteCount -= this.
valueCount
;
1385
this.stringValue = Convert.ToBase64String(buffer, 0, this.
valueCount
);