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