4 instantiations of DataPointer
System.Data.Common (4)
System\Xml\XmlBoundElement.cs (2)
239
DataPointer dp = new
DataPointer
((XmlDataDocument)OwnerDocument, this);
253
DataPointer dp = new
DataPointer
((XmlDataDocument)OwnerDocument, this);
System\Xml\XmlDataDocument.cs (2)
993
DataPointer dp = new
DataPointer
(other);
1032
DataPointer dp = new
DataPointer
(this, this);
13 references to DataPointer
System.Data.Common (13)
System\Xml\DataPointer.cs (2)
32
internal DataPointer(
DataPointer
pointer)
80
internal void MoveTo(
DataPointer
pointer)
System\Xml\XmlBoundElement.cs (6)
239
DataPointer
dp = new DataPointer((XmlDataDocument)OwnerDocument, this);
253
DataPointer
dp = new DataPointer((XmlDataDocument)OwnerDocument, this);
265
private void WriteRootBoundElementTo(
DataPointer
dp, XmlWriter w)
305
private static void WriteBoundElementTo(
DataPointer
dp, XmlWriter w)
333
private static void WriteBoundElementContentTo(
DataPointer
dp, XmlWriter w)
347
private static void WriteTo(
DataPointer
dp, XmlWriter w)
System\Xml\XmlDataDocument.cs (5)
946
internal XmlNode CloneTree(
DataPointer
other)
984
private XmlNode CloneTreeInternal(
DataPointer
other)
993
DataPointer
dp = new DataPointer(other);
1032
DataPointer
dp = new DataPointer(this, this);
1055
private XmlNode CloneNode(
DataPointer
dp) =>