Base:
property
NodeType
Microsoft.Xml.XmlReader.NodeType
60 references to NodeType
dotnet-svcutil-lib (60)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (46)
412switch (NodeType) 437if (!CanReadContentAs(this.NodeType)) 447if (!CanReadContentAs(this.NodeType)) 452XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 480if (!CanReadContentAs(this.NodeType)) 485XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 513if (!CanReadContentAs(this.NodeType)) 518XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 546if (!CanReadContentAs(this.NodeType)) 551XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 579if (!CanReadContentAs(this.NodeType)) 584XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 612if (!CanReadContentAs(this.NodeType)) 617XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 645if (!CanReadContentAs(this.NodeType)) 650XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 678if (!CanReadContentAs(this.NodeType)) 683XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 711if (!CanReadContentAs(this.NodeType)) 719XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; //TODO special case for xsd:duration and xsd:dateTime 753if (this.NodeType != XmlNodeType.Element) 764if (this.NodeType != XmlNodeType.Element) 799if (this.NodeType != XmlNodeType.Element) 834if (this.NodeType != XmlNodeType.Element) 869if (this.NodeType != XmlNodeType.Element) 904if (this.NodeType != XmlNodeType.Element) 939if (this.NodeType != XmlNodeType.Element) 974if (this.NodeType != XmlNodeType.Element) 1009if (this.NodeType != XmlNodeType.Element) 1044if (this.NodeType != XmlNodeType.Element) 1449switch (NodeType) 1509if (NodeType == XmlNodeType.Attribute) 1641switch (NodeType) 1671switch (NodeType) 1688switch (NodeType) 1719switch (NodeType) 1748switch (NodeType) 1770if (NodeType == XmlNodeType.Element || NodeType == XmlNodeType.EndElement) 1782if (NodeType == XmlNodeType.Attribute) 2250XmlNodeType nodeType = this.NodeType; 2323Debug.Assert(this.NodeType == XmlNodeType.Element); 2346if (this.NodeType == XmlNodeType.EndElement) 2366else if (this.NodeType == XmlNodeType.Element) 2375if (this.NodeType != XmlNodeType.EndElement) 2586Debug.Assert(NodeType != XmlNodeType.Attribute);
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (14)
37if (!CanReadContentAs(this.NodeType)) 47if (!CanReadContentAs(this.NodeType)) 52XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 80if (!CanReadContentAs(this.NodeType)) 91XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; //TODO special case for xsd:duration and xsd:dateTime 125if (this.NodeType != XmlNodeType.Element) 137if (this.NodeType != XmlNodeType.Element) 175if (this.NodeType != XmlNodeType.Element) 342switch (NodeType) 666XmlNodeType nodeType = this.NodeType; 750Debug.Assert(this.NodeType == XmlNodeType.Element); 774if (this.NodeType == XmlNodeType.EndElement) 794else if (this.NodeType == XmlNodeType.Element) 806if (this.NodeType != XmlNodeType.EndElement)