3 references to IsNamespaceNode
System.Data (3)
fx\src\data\System\NewXml\XPathNodePointer.cs (3)
185if ( IsNamespaceNode( nt, this._node.NamespaceURI ) && this._node.LocalName == s_strXmlNS ) 210if ( IsNamespaceNode( nt, this._node.NamespaceURI ) ) { 266if ( IsNamespaceNode( this._node.NodeType, this._node.NamespaceURI ) )