3 references to Clone
System.Private.Xml (3)
System\Xml\Schema\XmlSchema.cs (1)
464
newItem = complexType.
Clone
(this);
System\Xml\Schema\XmlSchemaComplexType.cs (1)
319
return
Clone
(null);
System\Xml\Schema\XmlSchemaElement.cs (1)
292
newElem._type = (XmlSchemaType)complexType.
Clone
(parentSchema);