3 overrides of Clone
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (3)
347public override SyntaxTreeNode Clone(Positions positions) 385public override SyntaxTreeNode Clone(Positions positions) 468public override SyntaxTreeNode Clone(Positions positions)
2 references to Clone
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (2)
471other.LeftChild = _leftChild.Clone(positions); 474other.RightChild = _rightChild.Clone(positions);