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