2 writes to _attributeGroup
System.Private.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
997_attributeGroup = (XmlSchemaAttributeGroup)container; 1778builder._xso = builder._attributeGroup = new XmlSchemaAttributeGroup();
8 references to _attributeGroup
System.Private.Xml (8)
System\Xml\Schema\XsdBuilder.cs (8)
872container = _attributeGroup!; 1782builder._schema.Items.Add(builder._attributeGroup); 1785builder._redefine!.Items.Add(builder._attributeGroup); 1792builder._attributeGroup!.Name = value; 1868if (builder._attributeGroup!.AnyAttribute != null) 1872builder._attributeGroup.AnyAttribute = builder._anyAttribute; 2369if (_attributeGroup!.AnyAttribute != null) 2373_attributeGroup.Attributes.Add(value);