3 writes to _doc
System.Data.Common (3)
System\Xml\DataPointer.cs (3)
23
_doc
= doc;
34
_doc
= pointer._doc;
87
_doc
= pointer._doc;
23 references to _doc
System.Data.Common (23)
System\Xml\DataPointer.cs (23)
34
_doc = pointer.
_doc
;
43
internal void AddPointer() =>
_doc
.AddPointer(this);
85
Debug.Assert(_node ==
_doc
|| _node.OwnerDocument ==
_doc
);
87
_doc = pointer.
_doc
;
96
Debug.Assert(node ==
_doc
|| node.OwnerDocument ==
_doc
);
107
Debug.Assert(node ==
_doc
|| node.OwnerDocument ==
_doc
);
131
if (!
_doc
.IsNotMapped(c) && (c.ColumnMapping == MappingType.Attribute) == fAttribute && (fNulls || !Convert.IsDBNull(row[c, rowVersion])))
191
MoveTo(_node, c,
_doc
.IsTextOnly(c));
197
XmlNode? n =
_doc
.SafeFirstChild(_node);
215
if (_fOnValue && !
_doc
.IsTextOnly(_column))
227
XmlNode? n =
_doc
.SafeFirstChild(_node);
236
XmlNode? n =
_doc
.SafeNextSibling(_node);
256
if (_fOnValue && !
_doc
.IsTextOnly(_column))
289
if (_fOnValue ||
_doc
.IsTextOnly(_column) || _column.ColumnMapping != MappingType.Attribute)
428
return
_doc
.NameTable.Add(_column.EncodedColumnName);
453
return
_doc
.NameTable.Add(_column.Namespace);
487
return
_doc
.NameTable.Add(prefix + ":" + lname);
656
if (
_doc
.IsTextOnly(_column!))
767
XmlNode? child =
_doc
.SafeFirstChild(
_doc
);