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