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; 43internal void AddPointer() => _doc.AddPointer(this); 85Debug.Assert(_node == _doc || _node.OwnerDocument == _doc); 87_doc = pointer._doc; 96Debug.Assert(node == _doc || node.OwnerDocument == _doc); 107Debug.Assert(node == _doc || node.OwnerDocument == _doc); 131if (!_doc.IsNotMapped(c) && (c.ColumnMapping == MappingType.Attribute) == fAttribute && (fNulls || !Convert.IsDBNull(row[c, rowVersion]))) 191MoveTo(_node, c, _doc.IsTextOnly(c)); 197XmlNode? n = _doc.SafeFirstChild(_node); 215if (_fOnValue && !_doc.IsTextOnly(_column)) 227XmlNode? n = _doc.SafeFirstChild(_node); 236XmlNode? n = _doc.SafeNextSibling(_node); 256if (_fOnValue && !_doc.IsTextOnly(_column)) 289if (_fOnValue || _doc.IsTextOnly(_column) || _column.ColumnMapping != MappingType.Attribute) 428return _doc.NameTable.Add(_column.EncodedColumnName); 453return _doc.NameTable.Add(_column.Namespace); 487return _doc.NameTable.Add(prefix + ":" + lname); 655if (_doc.IsTextOnly(_column!)) 766XmlNode? child = _doc.SafeFirstChild(_doc);