6 references to CloneAttributes
System.Xml (6)
System\Xml\Schema\XmlSchemaAttributeGroup.cs (1)
109newGroup.attributes = XmlSchemaComplexType.CloneAttributes(this.attributes);
System\Xml\Schema\XmlSchemaComplexType.cs (5)
372newSimpleExt.SetAttributes(CloneAttributes(simpleExt.Attributes)); 379newSimpleRest.SetAttributes(CloneAttributes(simpleRest.Attributes)); 393newComplexExt.SetAttributes(CloneAttributes(complexExt.Attributes)); 403newComplexRest.SetAttributes(CloneAttributes(complexRest.Attributes)); 416complexType.SetAttributes(CloneAttributes(complexType.Attributes));