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