4 references to Clone
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheChildrenQuery.cs (2)
40
_elementStk = other._elementStk.
Clone
();
41
_positionStk = other._positionStk.
Clone
();
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingsibling.cs (1)
27
_elementStk = other._elementStk.
Clone
();
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingquery.cs (1)
37
_ancestorStk = other._ancestorStk.
Clone
();