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