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