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