4 references to Clone
System.Private.Xml (4)
System\Xml\XPath\Internal\CacheChildrenQuery.cs (2)
36
_elementStk = other._elementStk.
Clone
();
37
_positionStk = other._positionStk.
Clone
();
System\Xml\XPath\Internal\FollSiblingQuery.cs (1)
23
_elementStk = other._elementStk.
Clone
();
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
33
_ancestorStk = other._ancestorStk.
Clone
();