6 references to CloneAttributes
System.Private.Xml (6)
System\Xml\Schema\XmlSchemaAttributeGroup.cs (1)
94newGroup._attributes = XmlSchemaComplexType.CloneAttributes(_attributes);
System\Xml\Schema\XmlSchemaComplexType.cs (5)
339newSimpleExt.SetAttributes(CloneAttributes(simpleExt.Attributes)); 347newSimpleRest.SetAttributes(CloneAttributes(simpleRest.Attributes)); 363newComplexExt.SetAttributes(CloneAttributes(complexExt.Attributes)); 375newComplexRest.SetAttributes(CloneAttributes(complexRest.Attributes)); 393complexType.SetAttributes(CloneAttributes(complexType.Attributes));