3 writes to _stringValue
System.ServiceModel.Primitives (3)
Internals\System\Xml\XmlMtomReader.cs (3)
1198_stringValue = null; 1349_stringValue = _stringValue.Substring(consumed * 2); 1436_stringValue = Convert.ToBase64String(buffer, 0, _valueCount);
8 references to _stringValue
System.ServiceModel.Primitives (8)
Internals\System\Xml\XmlMtomReader.cs (8)
1183if (_finishedStream || (_bytesRemaining == _chunkSize && _stringValue == null)) 1221if (_stringValue != null) 1347if (_stringValue != null && consumed > 0) 1349_stringValue = _stringValue.Substring(consumed * 2); 1376count = Math.Min(_stringValue.Length - _stringOffset, count); 1379_stringValue.CopyTo(_stringOffset, chars, offset, count); 1392if (_stringValue == null) 1438return _stringValue;