3 overrides of Clone
System.Xml (3)
System\Xml\Schema\ContentValidator.cs (3)
293public override SyntaxTreeNode Clone(Positions positions) { 325public override SyntaxTreeNode Clone(Positions positions) { 393public override SyntaxTreeNode Clone(Positions positions) {
2 references to Clone
System.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
395other.LeftChild = leftChild.Clone(positions); 397other.RightChild = rightChild.Clone(positions);