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