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();