Base:
property
NodeType
Microsoft.Xml.XPath.XPathNavigator.NodeType
4 references to NodeType
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentIterator.cs (2)
186if (root.NodeType != XPathNodeType.Root) 255if (root.NodeType != XPathNodeType.Root)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentNavigator.cs (2)
958if (_idxParent != 0 && NodeType == XPathNodeType.Text) 973if (_idxParent != 0 && NodeType == XPathNodeType.Text)