5 writes to _parentOfNS
System.Data.Common (5)
System\Xml\XPathNodePointer.cs (5)
113
_parentOfNS
= parentOfNS;
1399
_parentOfNS
= _node as XmlBoundElement;
1447
_parentOfNS
= null;
1512
_parentOfNS
= _node as XmlBoundElement;
1539
_parentOfNS
= null;
23 references to _parentOfNS
System.Data.Common (23)
System\Xml\XPathNodePointer.cs (23)
101
this(owner, pointer._doc, pointer._node, pointer._column, pointer._fOnValue, pointer.
_parentOfNS
)
980
MoveTo(
_parentOfNS
!);
1017
Debug.Assert(
_parentOfNS
!= null);
1018
return
_parentOfNS
;
1047
return (pointer._node == _node && pointer.
_parentOfNS
==
_parentOfNS
);
1053
&& pointer.
_parentOfNS
==
_parentOfNS
);
1097
if (
_parentOfNS
== other.
_parentOfNS
)
1100
curNode1 =
_parentOfNS
;
1101
curNode2 = other.
_parentOfNS
;
1106
if (
_parentOfNS
== other._node)
1115
curNode1 =
_parentOfNS
;
1121
if (_node == other.
_parentOfNS
)
1131
curNode2 = other.
_parentOfNS
;
1401
if (
_parentOfNS
== null)
1514
if (
_parentOfNS
== null)
1548
if (
_parentOfNS
== null || endElem == null)
1550
XmlBoundElement? be =
_parentOfNS
;
1572
Debug.Assert(
_parentOfNS
!= null);
1578
if (namespaceScope == XPathNamespaceScope.Local &&
_parentOfNS
!= _node) //already outside scope
1610
if (namespaceScope == XPathNamespaceScope.Local &&
_parentOfNS
!= node) //already outside scope