1 write to attributes
System.Xml (1)
System\Xml\Schema\XmlSchemaAttributeGroup.cs (1)
109
newGroup.
attributes
= XmlSchemaComplexType.CloneAttributes(this.attributes);
3 references to attributes
System.Xml (3)
System\Xml\Schema\XmlSchemaAttributeGroup.cs (3)
44
get { return
attributes
; }
108
if (XmlSchemaComplexType.HasAttributeQNameRef(this.
attributes
)) { //If a ref/type name is present
109
newGroup.attributes = XmlSchemaComplexType.CloneAttributes(this.
attributes
);