4 writes to _valueCount
System.ServiceModel.Primitives (4)
Internals\System\Xml\XmlMtomReader.cs (4)
1201_valueCount = 0; 1228_valueCount -= count; 1273_valueCount -= count; 1430_valueCount += read;
7 references to _valueCount
System.ServiceModel.Primitives (7)
Internals\System\Xml\XmlMtomReader.cs (7)
1223count = Math.Min(count, _valueCount); 1268if (_valueCount > 0) 1270count = Math.Min(count, _valueCount); 1399if (_valueCount > 0 && _valueOffset > 0) 1401Buffer.BlockCopy(_valueBuffer, _valueOffset, _valueBuffer, 0, _valueCount); 1404byteCount -= _valueCount; 1436_stringValue = Convert.ToBase64String(buffer, 0, _valueCount);