5 writes to _parentOfNS
System.Data (5)
fx\src\data\System\NewXml\XPathNodePointer.cs (5)
121this._parentOfNS = parentOfNS; 1259_parentOfNS = this._node as XmlBoundElement; 1305_parentOfNS = null; 1359_parentOfNS = this._node as XmlBoundElement; 1383_parentOfNS = null;
23 references to _parentOfNS
System.Data (23)
fx\src\data\System\NewXml\XPathNodePointer.cs (23)
111: this ( owner, pointer._doc, pointer._node, pointer._column, pointer._fOnValue, pointer._parentOfNS ) { 886MoveTo( _parentOfNS ); 917Debug.Assert( _parentOfNS != null ); 918return _parentOfNS; 946return ( pointer._node == this._node && pointer._parentOfNS == this._parentOfNS ); 952&& pointer._parentOfNS == this._parentOfNS ); 988if ( this._parentOfNS == other._parentOfNS ) 991curNode1 = this._parentOfNS; 992curNode2 = other._parentOfNS; 996if ( this._parentOfNS == other._node ) { 1004curNode1 = this._parentOfNS; 1009if ( this._node == other._parentOfNS ) { 1018curNode2 = other._parentOfNS; 1261if ( _parentOfNS == null ) 1361if ( _parentOfNS == null ) 1390if ( this._parentOfNS == null || endElem == null ) 1392XmlBoundElement be = this._parentOfNS; 1410Debug.Assert( _parentOfNS != null ); 1415if ( namespaceScope == XPathNamespaceScope.Local && _parentOfNS != this._node ) //already outside scope 1443if ( namespaceScope == XPathNamespaceScope.Local && _parentOfNS != node ) //already outside scope