3 references to Clone
System.Xml (3)
System\Xml\Schema\XmlSchema.cs (1)
559newItem = complexType.Clone(this);
System\Xml\Schema\XmlSchemaComplexType.cs (1)
355return Clone(null);
System\Xml\Schema\XmlSchemaElement.cs (1)
332newElem.type = (XmlSchemaType)complexType.Clone(parentSchema);