Base:
property
NodeType
System.Xml.XmlReader.NodeType
60 references to NodeType
System.Private.Xml (60)
System\Xml\Core\XsdValidatingReader.cs (46)
419switch (NodeType) 448if (!CanReadContentAs(this.NodeType)) 458if (!CanReadContentAs(this.NodeType)) 464XmlSchemaType? xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 492if (!CanReadContentAs(this.NodeType)) 498XmlSchemaType? xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 526if (!CanReadContentAs(this.NodeType)) 532XmlSchemaType? xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 560if (!CanReadContentAs(this.NodeType)) 566XmlSchemaType? xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 594if (!CanReadContentAs(this.NodeType)) 600XmlSchemaType? xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 628if (!CanReadContentAs(this.NodeType)) 634XmlSchemaType? xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 662if (!CanReadContentAs(this.NodeType)) 668XmlSchemaType? xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 697if (!CanReadContentAs(this.NodeType)) 703XmlSchemaType? xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 732if (!CanReadContentAs(this.NodeType)) 739XmlSchemaType? xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 774if (this.NodeType != XmlNodeType.Element) 785if (this.NodeType != XmlNodeType.Element) 820if (this.NodeType != XmlNodeType.Element) 855if (this.NodeType != XmlNodeType.Element) 890if (this.NodeType != XmlNodeType.Element) 925if (this.NodeType != XmlNodeType.Element) 960if (this.NodeType != XmlNodeType.Element) 995if (this.NodeType != XmlNodeType.Element) 1030if (this.NodeType != XmlNodeType.Element) 1065if (this.NodeType != XmlNodeType.Element) 1510switch (NodeType) 1575if (NodeType == XmlNodeType.Attribute) 1714switch (NodeType) 1747switch (NodeType) 1765switch (NodeType) 1801switch (NodeType) 1832switch (NodeType) 1856if (NodeType == XmlNodeType.Element || NodeType == XmlNodeType.EndElement) 1869if (NodeType == XmlNodeType.Attribute) 2366XmlNodeType nodeType = this.NodeType; 2440Debug.Assert(this.NodeType == XmlNodeType.Element); 2467if (this.NodeType == XmlNodeType.EndElement) 2491else if (this.NodeType == XmlNodeType.Element) 2501if (this.NodeType != XmlNodeType.EndElement) 2740Debug.Assert(NodeType != XmlNodeType.Attribute);
System\Xml\Core\XsdValidatingReaderAsync.cs (14)
33if (!CanReadContentAs(this.NodeType)) 43if (!CanReadContentAs(this.NodeType)) 49XmlSchemaType? xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 77if (!CanReadContentAs(this.NodeType)) 89XmlSchemaType? xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 124if (this.NodeType != XmlNodeType.Element) 136if (this.NodeType != XmlNodeType.Element) 176if (this.NodeType != XmlNodeType.Element) 348switch (NodeType) 692XmlNodeType nodeType = this.NodeType; 776Debug.Assert(this.NodeType == XmlNodeType.Element); 801if (this.NodeType == XmlNodeType.EndElement) 826else if (this.NodeType == XmlNodeType.Element) 839if (this.NodeType != XmlNodeType.EndElement)