2 writes to _attributeGroup
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
1005
_attributeGroup
= (XmlSchemaAttributeGroup)container;
1783
builder._xso = builder.
_attributeGroup
= new XmlSchemaAttributeGroup();
8 references to _attributeGroup
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (8)
880
container =
_attributeGroup
;
1787
builder._schema.Items.Add(builder.
_attributeGroup
);
1790
builder._redefine.Items.Add(builder.
_attributeGroup
);
1797
builder.
_attributeGroup
.Name = value;
1873
if (builder.
_attributeGroup
.AnyAttribute != null)
1877
builder.
_attributeGroup
.AnyAttribute = builder._anyAttribute;
2374
if (
_attributeGroup
.AnyAttribute != null)
2378
_attributeGroup
.Attributes.Add(value);