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