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