2 instantiations of DataDocumentXPathNavigator
System.Data.Common (2)
System\Xml\DataDocumentXPathNavigator.cs (1)
34
public override XPathNavigator Clone() => new
DataDocumentXPathNavigator
(this);
System\Xml\XmlDataDocument.cs (1)
2973
return new
DataDocumentXPathNavigator
(this, node);
13 references to DataDocumentXPathNavigator
System.Data.Common (13)
System\Xml\DataDocumentXPathNavigator.cs (7)
27
private DataDocumentXPathNavigator(
DataDocumentXPathNavigator
other)
134
DataDocumentXPathNavigator
? otherDataDocXPathNav = other as
DataDocumentXPathNavigator
;
151
DataDocumentXPathNavigator
? otherDataDocXPathNav = other as
DataDocumentXPathNavigator
;
172
DataDocumentXPathNavigator
? otherDataDocXPathNav = other as
DataDocumentXPathNavigator
;
System\Xml\XPathNodePointer.cs (6)
95
internal XPathNodePointer(
DataDocumentXPathNavigator
owner, XmlDataDocument doc, XmlNode node) :
100
internal XPathNodePointer(
DataDocumentXPathNavigator
owner, XPathNodePointer pointer) :
105
private XPathNodePointer(
DataDocumentXPathNavigator
owner, XmlDataDocument doc, XmlNode node, DataColumn? c, bool bOnValue, XmlBoundElement? parentOfNS)
121
internal XPathNodePointer Clone(
DataDocumentXPathNavigator
owner)
1060
XPathNodePointer xp1 = Clone((
DataDocumentXPathNavigator
)(_owner.Target!));
1061
XPathNodePointer xp2 = other.Clone((
DataDocumentXPathNavigator
)(other._owner.Target!));