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