4 instantiations of DataPointer
System.Data.Common (4)
System\Xml\XmlBoundElement.cs (2)
265DataPointer dp = new DataPointer((XmlDataDocument)OwnerDocument, this); 281DataPointer dp = new DataPointer((XmlDataDocument)OwnerDocument, this);
System\Xml\XmlDataDocument.cs (2)
1016DataPointer dp = new DataPointer(other); 1057DataPointer 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)
265DataPointer dp = new DataPointer((XmlDataDocument)OwnerDocument, this); 281DataPointer dp = new DataPointer((XmlDataDocument)OwnerDocument, this); 294private void WriteRootBoundElementTo(DataPointer dp, XmlWriter w) 335private static void WriteBoundElementTo(DataPointer dp, XmlWriter w) 364private static void WriteBoundElementContentTo(DataPointer dp, XmlWriter w) 379private static void WriteTo(DataPointer dp, XmlWriter w)
System\Xml\XmlDataDocument.cs (5)
968internal XmlNode CloneTree(DataPointer other) 1007private XmlNode CloneTreeInternal(DataPointer other) 1016DataPointer dp = new DataPointer(other); 1057DataPointer dp = new DataPointer(this, this); 1081private XmlNode CloneNode(DataPointer dp) =>