2 writes to attributeGroupRef
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
962this.attributeGroupRef = (XmlSchemaAttributeGroupRef)container; 1671builder.xso = builder.attributeGroupRef = new XmlSchemaAttributeGroupRef();
3 references to attributeGroupRef
System.Xml (3)
System\Xml\Schema\XsdBuilder.cs (3)
839container = this.attributeGroupRef; 1672builder.AddAttribute(builder.attributeGroupRef); 1676builder.attributeGroupRef.RefName = builder.ParseQName(value, "ref");