5 writes to _parentOfNS
System.Data (5)
fx\src\data\System\NewXml\XPathNodePointer.cs (5)
121
this.
_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
) {
886
MoveTo(
_parentOfNS
);
917
Debug.Assert(
_parentOfNS
!= null );
918
return
_parentOfNS
;
946
return ( pointer._node == this._node && pointer.
_parentOfNS
== this.
_parentOfNS
);
952
&& pointer.
_parentOfNS
== this.
_parentOfNS
);
988
if ( this.
_parentOfNS
== other.
_parentOfNS
)
991
curNode1 = this.
_parentOfNS
;
992
curNode2 = other.
_parentOfNS
;
996
if ( this.
_parentOfNS
== other._node ) {
1004
curNode1 = this.
_parentOfNS
;
1009
if ( this._node == other.
_parentOfNS
) {
1018
curNode2 = other.
_parentOfNS
;
1261
if (
_parentOfNS
== null )
1361
if (
_parentOfNS
== null )
1390
if ( this.
_parentOfNS
== null || endElem == null )
1392
XmlBoundElement be = this.
_parentOfNS
;
1410
Debug.Assert(
_parentOfNS
!= null );
1415
if ( namespaceScope == XPathNamespaceScope.Local &&
_parentOfNS
!= this._node ) //already outside scope
1443
if ( namespaceScope == XPathNamespaceScope.Local &&
_parentOfNS
!= node ) //already outside scope