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