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