3 overrides of NodeType
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentNavigator.cs (1)
156public override XPathNodeType NodeType
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (1)
97public override XPathNodeType NodeType
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (1)
1170public override XPathNodeType NodeType
79 references to NodeType
dotnet-svcutil-lib (79)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriter.cs (3)
484XPathNodeType nodeType = navigator.NodeType; 554if (navigator.NodeType == XPathNodeType.Element) 588if (navigator.NodeType == XPathNodeType.Element)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\AbsoluteQuery.cs (1)
28if (context != null && context.NodeType == XPathNodeType.Root)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\AttributeQuery.cs (1)
64if (context.NodeType == XPathNodeType.Attribute && matches(context))
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\baseaxisquery.cs (3)
85TypeTest == e.NodeType || 87TypeTest == XPathNodeType.Text && (e.NodeType == XPathNodeType.Whitespace || e.NodeType == XPathNodeType.SignificantWhitespace)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ChildrenQuery.cs (1)
69if (temp.NodeType != XPathNodeType.Attribute && temp.MoveToParent())
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingquery.cs (2)
54if (_input.NodeType == XPathNodeType.Attribute || _input.NodeType == XPathNodeType.Namespace)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NamespaceQuery.cs (1)
62Debug.Assert(e.NodeType == XPathNodeType.Namespace);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NodeFunctions.cs (1)
85if (nav.NodeType != XPathNodeType.Whitespace || _xsltContext.PreserveWhitespace(nav))
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingquery.cs (2)
64if (last.NodeType == XPathNodeType.Attribute || last.NodeType == XPathNodeType.Namespace)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingsibling.cs (2)
60if (input.NodeType == XPathNodeType.Attribute || input.NodeType == XPathNodeType.Namespace)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Query.cs (2)
220if (last.NodeType == XPathNodeType.Namespace && curr.NodeType == XPathNodeType.Namespace)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAxisIterator.cs (4)
74type == nav.NodeType || 77nav.NodeType == XPathNodeType.Whitespace || 78nav.NodeType == XPathNodeType.SignificantWhitespace 85nav.NodeType == XPathNodeType.Element &&
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (39)
127switch (NodeType) 457if (NodeType != XPathNodeType.Element) 490if (NodeType != XPathNodeType.Element) 526XPathNodeType nt = NodeType; 608switch (NodeType) 727switch (NodeType) 761if (NodeType == XPathNodeType.Element && localName == LocalName && namespaceURI == NamespaceURI) 778if (((1 << (int)NodeType) & mask) != 0) 800switch (end.NodeType) 811switch (NodeType) 850while (NodeType != XPathNodeType.Element 869switch (end.NodeType) 880switch (NodeType) 919while (((1 << (int)NodeType) & mask) == 0); 930if (NodeType == XPathNodeType.Element && localName == LocalName && namespaceURI == NamespaceURI) 944if (((1 << (int)NodeType) & mask) != 0) 1051switch (NodeType) 1098Debug.Assert(schemaType != null || this.NodeType == XPathNodeType.Root, "schemaType != null || this.NodeType == XPathNodeType.Root"); 1371XPathNodeType type = NodeType; 1403if (NodeType == XPathNodeType.Attribute) 1407else if (NodeType == XPathNodeType.Namespace) 1446switch (NodeType) 1496switch (NodeType) 1542if (!IsValidChildType(newChild.NodeType)) 1573if (!IsValidChildType(newChild.NodeType)) 1604if (!IsValidSiblingType(newSibling.NodeType)) 1635if (!IsValidSiblingType(newSibling.NodeType)) 1724if (NodeType == XPathNodeType.Element && (object)localName == (object)LocalName && namespaceURI == NamespaceURI) 1739if (((1 << (int)NodeType) & mask) != 0) 1750if (NodeType == XPathNodeType.Root) 1763switch (navSave.NodeType) 1798switch (NodeType) 1858sb.Append(NodeTypeLetter[(int)NodeType]); 1921switch (n1.NodeType) 1932switch (n2.NodeType) 2030switch (NodeType) 2062switch (NodeType) 2249string result = _nav.NodeType.ToString(); 2250switch (_nav.NodeType)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorKeyComparer.cs (1)
53hashCode = (int)nav.NodeType;
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (16)
125_nodeType = XPathNavigatorReader.ToXmlNodeType(_nav.NodeType); 208if (_nav.NodeType == XPathNodeType.Namespace) 222if (_nav.NodeType == XPathNodeType.Namespace && _nav.LocalName.Length == 0) 236if (_nav.NodeType == XPathNodeType.Namespace && _nav.LocalName.Length != 0) 423switch (nav.NodeType) 470switch (nav.NodeType) 642if (XPathNodeType.Attribute == _nav.NodeType) 646Debug.Assert(XPathNodeType.Namespace == _nav.NodeType); 987if (XPathNodeType.Root == _nav.NodeType) 996else if (XPathNodeType.Attribute == _nav.NodeType) 1000_nodeType = ToXmlNodeType(_nav.NodeType); 1006_nodeType = ToXmlNodeType(_nav.NodeType); 1028_nodeType = ToXmlNodeType(_nav.NodeType); 1033Debug.Assert(_nav.NodeType == XPathNodeType.Element, _nav.NodeType.ToString() + " == XPathNodeType.Element"); 1052_nodeType = ToXmlNodeType(_nav.NodeType);