47 references to Node
System.Private.DataContractSerialization (47)
System\Runtime\Serialization\Json\XmlJsonReader.cs (13)
319return (this.Node.NodeType == XmlNodeType.Attribute || this.Node is XmlAttributeTextNode); 335return ((!this.Node.IsAtomicValue) && 336(this.Node.NodeType == XmlNodeType.Text)); 398if (this.Node.CanMoveToElement) 405if (this.Node.ReadState == ReadState.Closed) 409if (this.Node.ExitScope) 569else if (this.Node.NodeType == XmlNodeType.Element) 582else if (this.Node.NodeType == XmlNodeType.EndElement) 754string value = UnescapeJsonString(this.Node.ValueAsString); 759if (this.Node.QNameType == QNameType.Xmlns) 761this.Node.Namespace.Uri.SetValue(0, 0); 765this.Node.Value.SetValue(ValueHandleType.UTF8, 0, 0);
System\Xml\XmlBaseReader.cs (14)
1289XmlNode node = this.Node; 1300XmlNode node = this.Node; 1523XmlNode node = this.Node; 1546XmlNode node = this.Node; 1558XmlNode node = this.Node; 1570XmlNode node = this.Node; 1582XmlNode node = this.Node; 1594XmlNode node = this.Node; 1606XmlNode node = this.Node; 1618XmlNode node = this.Node; 1630XmlNode node = this.Node; 1642XmlNode node = this.Node; 1654XmlNode node = this.Node; 1666XmlNode node = this.Node;
System\Xml\XmlBinaryReader.cs (16)
91if (this.Node.NodeType != XmlNodeType.Element) 119if (this.Node.NodeType != XmlNodeType.Element) 150if (this.Node.NodeType != XmlNodeType.Element) 196if (this.Node.NodeType != XmlNodeType.Element) 210if (this.Node.NodeType != XmlNodeType.Element) 224if (this.Node.NodeType != XmlNodeType.Element) 238if (this.Node.NodeType != XmlNodeType.Element) 252if (this.Node.NodeType != XmlNodeType.Element) 266if (this.Node.NodeType != XmlNodeType.Element) 280if (this.Node.NodeType != XmlNodeType.Element) 300if (!this.Node.Value.TryGetByteArrayLength(out totalLength)) 370if (this.Node.ReadState == ReadState.Closed) 389if (this.Node.ExitScope) 704if (!this.Node.Value.IsWhitespace()) 1123if (this.Node.NodeType != XmlNodeType.Element) 1128if (this.Node.NodeType != XmlNodeType.EndElement)
System\Xml\XmlUTF8TextReader.cs (4)
619if (this.Node.ReadState != ReadState.Initial) 1285if (this.Node.ReadState == ReadState.Closed) 1288if (this.Node.CanMoveToElement) 1296if (this.Node.ExitScope)