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