4 references to Clone
System.Private.Xml (4)
System\Xml\Schema\XmlSchema.cs (1)
474
newItem = element.
Clone
(this);
System\Xml\Schema\XmlSchemaComplexType.cs (1)
485
XmlSchemaElement newElem = (XmlSchemaElement)oldElem.
Clone
(parentSchema);
System\Xml\Schema\XmlSchemaElement.cs (1)
274
return
Clone
(null);
System\Xml\Schema\XmlSchemaValidator.cs (1)
2122
XmlSchemaElement xsiElement = (XmlSchemaElement)beforeXsiDecl.SchemaElement.
Clone
(null);