2 writes to IsAtomicValue
System.Runtime.Serialization (2)
System\Xml\XmlBaseReader.cs (2)
356attributeNode.IsAtomicValue = isAtomicValue; 358attributeNode.AttributeText.IsAtomicValue = isAtomicValue;
17 references to IsAtomicValue
System.Runtime.Serialization (17)
System\Runtime\Serialization\Json\XmlJsonReader.cs (1)
335return ((!this.Node.IsAtomicValue) &&
System\Xml\XmlBaseReader.cs (16)
1396if (node.IsAtomicValue) 1407if (node.IsAtomicValue) 1638if (node.IsAtomicValue) 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) 1877if (node.IsAtomicValue)