4 writes to value
System.Runtime.Serialization (4)
System\Xml\XmlBaseReader.cs (4)
128this.value = null; 1254this.value = value.Substring(actual); 1644this.value = string.Empty; 1863value = node.ValueAsString;
24 references to value
System.Runtime.Serialization (24)
System\Xml\XmlBaseReader.cs (24)
863if (this.value == null) 870if (!XmlConverter.IsWhitespace(this.value)) 1242if (this.value == null) 1273if (this.value == null) 1393if (trailByteCount == 0 && trailCharCount == 0 && this.value == null) 1404if (trailByteCount == 0 && trailCharCount == 0 && this.value == null) 1463if (trailByteCount == 0 && trailCharCount == 0 && this.value == null) 1640if (this.value != null) 1642value = this.value; 1661if (this.value == null && node.IsAtomicValue) 1673if (this.value == null && node.IsAtomicValue) 1685if (this.value == null && node.IsAtomicValue) 1697if (this.value == null && node.IsAtomicValue) 1709if (this.value == null && node.IsAtomicValue) 1721if (this.value == null && node.IsAtomicValue) 1733if (this.value == null && node.IsAtomicValue) 1745if (this.value == null && node.IsAtomicValue) 1757if (this.value == null && node.IsAtomicValue) 1769if (this.value == null && node.IsAtomicValue) 1781if (this.value == null && node.IsAtomicValue) 1794if (this.value == null && node.IsAtomicValue) 1861if (value == null) 1866return value; 1874if (this.value == null && node.QNameType == QNameType.Normal)