4 references to Clone
System.Xml (4)
System\Xml\Schema\XmlSchema.cs (1)
562newItem = element.Clone(this);
System\Xml\Schema\XmlSchemaComplexType.cs (1)
493XmlSchemaElement newElem = (XmlSchemaElement)oldElem.Clone(parentSchema);
System\Xml\Schema\XmlSchemaElement.cs (1)
316return Clone(null);
System\Xml\Schema\XmlSchemaValidator.cs (1)
1779XmlSchemaElement xsiElement = (XmlSchemaElement)beforeXsiDecl.SchemaElement.Clone(null);