Base:
property
NodeType
System.Xml.XmlReader.NodeType
14 references to NodeType
System.Private.Xml (14)
System\Xml\BinaryXml\XmlBinaryReader.cs (14)
990if (!CanReadContentAs(this.NodeType)) 997if (this.NodeType == XmlNodeType.EndElement) 999if (this.NodeType == XmlNodeType.ProcessingInstruction || this.NodeType == XmlNodeType.Comment) 1001while (Read() && (this.NodeType == XmlNodeType.ProcessingInstruction || this.NodeType == XmlNodeType.Comment)) 1003if (this.NodeType == XmlNodeType.EndElement) 1032if (this.NodeType != XmlNodeType.Element && this.NodeType != XmlNodeType.EndElement) 1038switch (this.NodeType) 1728if (this.NodeType == XmlNodeType.Element || this.NodeType == XmlNodeType.EndElement) 1767if (this.NodeType == XmlNodeType.Element || this.NodeType == XmlNodeType.EndElement)