6 references to CloneAttributes
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttributeGroup.cs (1)
126
newGroup._attributes = XmlSchemaComplexType.
CloneAttributes
(_attributes);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (5)
429
newSimpleExt.SetAttributes(
CloneAttributes
(simpleExt.Attributes));
437
newSimpleRest.SetAttributes(
CloneAttributes
(simpleRest.Attributes));
453
newComplexExt.SetAttributes(
CloneAttributes
(complexExt.Attributes));
465
newComplexRest.SetAttributes(
CloneAttributes
(complexRest.Attributes));
481
complexType.SetAttributes(
CloneAttributes
(complexType.Attributes));