19 references to NodeType
System.Data (19)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (12)
37
public override XPathNodeType NodeType { get { return _curNode.
NodeType
; } }
49
XPathNodeType xnt = _curNode.
NodeType
;
68
if ( _curNode.
NodeType
!= XPathNodeType.Element )
83
if ( _curNode.
NodeType
!= XPathNodeType.Element )
89
if ( _curNode.
NodeType
!= XPathNodeType.Element )
95
if ( _curNode.
NodeType
!= XPathNodeType.Namespace )
102
if ( _curNode.
NodeType
!= XPathNodeType.Element )
108
if ( _curNode.
NodeType
!= XPathNodeType.Element )
114
if ( _curNode.
NodeType
!= XPathNodeType.Attribute )
122
if ( _curNode.
NodeType
== XPathNodeType.Attribute )
128
if ( _curNode.
NodeType
== XPathNodeType.Attribute )
134
if ( _curNode.
NodeType
== XPathNodeType.Attribute )
fx\src\data\System\NewXml\XPathNodePointer.cs (7)
885
if (
NodeType
== XPathNodeType.Namespace ) {
987
if ( this.
NodeType
== XPathNodeType.Namespace && other.
NodeType
== XPathNodeType.Namespace ) {
994
else if ( this.
NodeType
== XPathNodeType.Namespace ) {
995
Debug.Assert( other.
NodeType
!= XPathNodeType.Namespace );
1007
else if ( other.
NodeType
== XPathNodeType.Namespace ) {
1008
Debug.Assert( this.
NodeType
!= XPathNodeType.Namespace );