19 references to NodeType
System.Data.Common (19)
System\Xml\DataDocumentXPathNavigator.cs (12)
40public override XPathNodeType NodeType => _curNode.NodeType; 54XPathNodeType xnt = _curNode.NodeType; 72if (_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)
978if (NodeType == XPathNodeType.Namespace) 1095if (NodeType == XPathNodeType.Namespace && other.NodeType == XPathNodeType.Namespace) 1103else if (NodeType == XPathNodeType.Namespace) 1105Debug.Assert(other.NodeType != XPathNodeType.Namespace); 1118else if (other.NodeType == XPathNodeType.Namespace) 1120Debug.Assert(NodeType != XPathNodeType.Namespace);