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