19 references to NodeType
System.Data.Common (19)
System\Xml\DataDocumentXPathNavigator.cs (12)
40
public override XPathNodeType NodeType => _curNode.
NodeType
;
54
XPathNodeType xnt = _curNode.
NodeType
;
72
if (_curNode.
NodeType
!= XPathNodeType.Element)
84
_curNode.
NodeType
!= XPathNodeType.Element ?
88
_curNode.
NodeType
!= XPathNodeType.Element ?
92
_curNode.
NodeType
!= XPathNodeType.Namespace ?
96
_curNode.
NodeType
!= XPathNodeType.Element ?
101
_curNode.
NodeType
!= XPathNodeType.Element ?
106
_curNode.
NodeType
!= XPathNodeType.Attribute ?
111
_curNode.
NodeType
== XPathNodeType.Attribute ?
115
_curNode.
NodeType
== XPathNodeType.Attribute ?
119
_curNode.
NodeType
== XPathNodeType.Attribute ?
System\Xml\XPathNodePointer.cs (7)
978
if (
NodeType
== XPathNodeType.Namespace)
1095
if (
NodeType
== XPathNodeType.Namespace && other.
NodeType
== XPathNodeType.Namespace)
1103
else if (
NodeType
== XPathNodeType.Namespace)
1105
Debug.Assert(other.
NodeType
!= XPathNodeType.Namespace);
1118
else if (other.
NodeType
== XPathNodeType.Namespace)
1120
Debug.Assert(
NodeType
!= XPathNodeType.Namespace);