4 references to Clone
System.Xml (4)
System\Xml\XPath\Internal\CacheChildrenQuery.cs (2)
39this.elementStk = other.elementStk.Clone(); 40this.positionStk = other.positionStk.Clone();
System\Xml\XPath\Internal\FollowingSibling.cs (1)
26this.elementStk = other.elementStk.Clone();
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
36this.ancestorStk = other.ancestorStk.Clone();