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