Base:
property
NodeType
System.Xml.XPath.XPathNavigator.NodeType
4 references to NodeType
System.Xml (4)
System\Xml\Cache\XPathDocumentIterator.cs (2)
167
if (root.
NodeType
!= XPathNodeType.Root) {
228
if (root.
NodeType
!= XPathNodeType.Root) {
System\Xml\Cache\XPathDocumentNavigator.cs (2)
860
if (this.idxParent != 0 &&
NodeType
== XPathNodeType.Text)
873
if (this.idxParent != 0 &&
NodeType
== XPathNodeType.Text)