1 write to _doc
System.Data.Common (1)
System\Xml\XPathNodePointer.cs (1)
109
_doc
= doc;
42 references to _doc
System.Data.Common (42)
System\Xml\XPathNodePointer.cs (42)
69
n =
_doc
.SafeNextSibling(n);
101
this(owner, pointer.
_doc
, pointer._node, pointer._column, pointer._fOnValue, pointer._parentOfNS)
116
_doc
.AddPointer(this);
202
return
_doc
.NameTable.Add(_column.EncodedColumnName);
238
return
_doc
.NameTable.Add(_column.EncodedColumnName);
273
return
_doc
.NameTable.Add(_column.Namespace);
317
XmlNode? n =
_doc
.SafeNextSibling(_node);
321
n =
_doc
.SafeNextSibling(n);
463
if (
_doc
!= pointer.
_doc
)
479
Debug.Assert(node ==
_doc
|| node.OwnerDocument ==
_doc
);
488
Debug.Assert(node ==
_doc
|| node.OwnerDocument ==
_doc
);
555
if (!
_doc
.IsNotMapped(c) && (c.ColumnMapping == MappingType.Attribute) == fAttribute && !Convert.IsDBNull(row[c, rowVersion]))
575
if (!
_doc
.IsNotMapped(c) && (c.ColumnMapping == MappingType.Attribute) == fAttribute && !Convert.IsDBNull(row[c, rowVersion]))
742
MoveTo(_node, c,
_doc
.IsTextOnly(c));
747
XmlNode? n =
_doc
.SafeFirstChild(_node);
765
n =
_doc
.SafeNextSibling(n);
794
MoveTo(_node, c,
_doc
.IsTextOnly(c));
811
n =
_doc
.SafePreviousSibling(n);
827
MoveTo(parent, c,
_doc
.IsTextOnly(c));
866
MoveTo(_node, c,
_doc
.IsTextOnly(c));
873
XmlNode? n =
_doc
.SafeFirstChild(parent);
881
n =
_doc
.SafeNextSibling(n);
915
XmlNode? n =
_doc
.SafeFirstChild(_node);
920
n =
_doc
.SafeNextSibling(n);
952
MoveTo(_node, c,
_doc
.IsTextOnly(c));
959
XmlNode? n =
_doc
.SafeFirstChild(_node);
967
n =
_doc
.SafeNextSibling(n);
987
if (_fOnValue && !
_doc
.IsTextOnly(_column))
1049
return (pointer.
_doc
==
_doc
1241
bool wasFoliationEnabled =
_doc
.IsFoliationEnabled;
1242
_doc
.IsFoliationEnabled = true;
1243
_doc
.Foliate(rowElem, ElementState.StrongFoliation);
1244
_doc
.IsFoliationEnabled = wasFoliationEnabled;
1287
if (
_doc
.IsTextOnly(_column))
1534
MoveTo(
_doc
._attrXml, null, false);
1638
MoveTo(
_doc
._attrXml, null, false);
1649
_doc
.AssertPointerPresent(this);
1670
internal XmlDataDocument Document { get { return
_doc
; } }