25 references to Attributes
System.Data (1)
fx\src\data\System\Data\XMLSchema.cs (1)
858foreach (XmlSchemaObject obj in attributeGroup.Attributes) {
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
3913global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 6942global::System.Xml.Schema.XmlSchemaObjectCollection a_5 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes;
System.Xml (22)
System\Xml\Schema\Preprocessor.cs (6)
403attributeGroup.Attributes.Add(langRef); 406attributeGroup.Attributes.Add(spaceRef); 409attributeGroup.Attributes.Add(baseRef); 926for (int i = 0; i < attributeGroup.Attributes.Count; ++i) { 927XmlSchemaAttributeGroupRef attrGroupRef = attributeGroup.Attributes[i] as XmlSchemaAttributeGroupRef; 1060PreprocessAttributes(attributeGroup.Attributes, attributeGroup.AnyAttribute, attributeGroup);
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
250CleanupAttributes(attributeGroup.Attributes); 1372for (int i = 0; i < attributeGroup.Attributes.Count; ++i) { 1373XmlSchemaAttribute attribute = attributeGroup.Attributes[i] as XmlSchemaAttribute; 1386XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributeGroup.Attributes[i];
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
619for (int i = 0; i < attributeGroup.Attributes.Count; ++i) { 620XmlSchemaAttributeGroupRef groupRef = attributeGroup.Attributes[i] as XmlSchemaAttributeGroupRef; 750PreprocessAttributes(attributeGroup.Attributes, attributeGroup.AnyAttribute, attributeGroup);
System\Xml\Schema\SchemaSetCompiler.cs (4)
232CleanupAttributes(attributeGroup.Attributes); 1648for (int i = 0; i < attributeGroup.Attributes.Count; ++i) { 1649XmlSchemaAttribute attr = attributeGroup.Attributes[i] as XmlSchemaAttribute; 1663XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributeGroup.Attributes[i];
System\Xml\Schema\XsdBuilder.cs (1)
2170this.attributeGroup.Attributes.Add(value);
System\Xml\Serialization\ImportContext.cs (1)
415foreach (XmlSchemaObject o in ((XmlSchemaAttributeGroup)item).Attributes) {
System\Xml\Serialization\SchemaObjectWriter.cs (1)
621WriteSortedItems(o.Attributes);
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1463for (int i = 0; i < group.Attributes.Count; i++) { 1464object item = group.Attributes[i];