24 references to Attributes
dotnet-svcutil-lib (24)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (6)
477attributeGroup.Attributes.Add(langRef); 480attributeGroup.Attributes.Add(spaceRef); 483attributeGroup.Attributes.Add(baseRef); 1115for (int i = 0; i < attributeGroup.Attributes.Count; ++i) 1117XmlSchemaAttributeGroupRef attrGroupRef = attributeGroup.Attributes[i] as XmlSchemaAttributeGroupRef; 1287PreprocessAttributes(attributeGroup.Attributes, attributeGroup.AnyAttribute, attributeGroup);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (4)
310CleanupAttributes(attributeGroup.Attributes); 1729for (int i = 0; i < attributeGroup.Attributes.Count; ++i) 1731XmlSchemaAttribute attribute = attributeGroup.Attributes[i] as XmlSchemaAttribute; 1749XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributeGroup.Attributes[i];
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (3)
765for (int i = 0; i < attributeGroup.Attributes.Count; ++i) 767XmlSchemaAttributeGroupRef groupRef = attributeGroup.Attributes[i] as XmlSchemaAttributeGroupRef; 934PreprocessAttributes(attributeGroup.Attributes, attributeGroup.AnyAttribute, attributeGroup);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (4)
288CleanupAttributes(attributeGroup.Attributes); 2067for (int i = 0; i < attributeGroup.Attributes.Count; ++i) 2069XmlSchemaAttribute attr = attributeGroup.Attributes[i] as XmlSchemaAttribute; 2088XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributeGroup.Attributes[i];
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2378_attributeGroup.Attributes.Add(value);
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
497foreach (XmlSchemaObject o in ((XmlSchemaAttributeGroup)item).Attributes)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
752WriteSortedItems(o.Attributes);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (2)
1677for (int i = 0; i < group.Attributes.Count; i++) 1679object item = group.Attributes[i];
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
4933Microsoft.Xml.Schema.XmlSchemaObjectCollection a = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 8643Microsoft.Xml.Schema.XmlSchemaObjectCollection a_5 = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes;