2 writes to attributeGroup
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
959this.attributeGroup = (XmlSchemaAttributeGroup)container; 1647builder.xso = builder.attributeGroup = new XmlSchemaAttributeGroup();
8 references to attributeGroup
System.Xml (8)
System\Xml\Schema\XsdBuilder.cs (8)
836container = this.attributeGroup; 1650builder.schema.Items.Add(builder.attributeGroup); 1653builder.redefine.Items.Add(builder.attributeGroup); 1659builder.attributeGroup.Name = value; 1725if (builder.attributeGroup.AnyAttribute != null) { 1728builder.attributeGroup.AnyAttribute = builder.anyAttribute; 2167if (attributeGroup.AnyAttribute != null) { 2170this.attributeGroup.Attributes.Add(value);