2 writes to _attributeGroupRef
System.Private.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
1000
_attributeGroupRef
= (XmlSchemaAttributeGroupRef)container;
1805
builder._xso = builder.
_attributeGroupRef
= new XmlSchemaAttributeGroupRef();
3 references to _attributeGroupRef
System.Private.Xml (3)
System\Xml\Schema\XsdBuilder.cs (3)
875
container =
_attributeGroupRef
!;
1806
builder.AddAttribute(builder.
_attributeGroupRef
);
1811
builder.
_attributeGroupRef
!.RefName = builder.ParseQName(value, "ref");