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