1 reference to ClonableStack
System.Private.Xml (1)
System\Xml\XPath\Internal\ClonableStack.cs (1)
30public ClonableStack<T> Clone() { return new ClonableStack<T>(this); }