35 references to AttributeUses
dotnet-svcutil-lib (35)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
587
XmlSchemaAttribute schemaAttribute = elementSchemaType.
AttributeUses
[attName] as XmlSchemaAttribute;
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (4)
1281
xsa = AddAttribute(_xtr.LocalName, _xtr.Prefix, _xtr.NamespaceURI, _xtr.Value, bCreatingNewType, parentSchema, sce.Attributes, ct.
AttributeUses
);
1285
xsa = AddAttribute(_xtr.LocalName, _xtr.Prefix, _xtr.NamespaceURI, _xtr.Value, bCreatingNewType, parentSchema, ct.Attributes, ct.
AttributeUses
);
1318
if (!bCreatingNewType && ct.
AttributeUses
.Count > 0)
1320
sourceCollection = ct.
AttributeUses
.Values;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (15)
356
complexType.
AttributeUses
.Clear();
743
foreach (XmlSchemaAttribute attribute in complexType.
AttributeUses
.Values)
768
foreach (XmlSchemaAttribute attribute in complexType.
AttributeUses
.Values)
1800
if (derivedType.
AttributeUses
[attribute.QualifiedName] == null)
1802
derivedType.
AttributeUses
.Add(attribute.QualifiedName, attribute);
1826
if (derivedType.
AttributeUses
[attributeValue.QualifiedName] == null)
1828
derivedType.
AttributeUses
.Add(attributeValue.QualifiedName, attributeValue);
1855
foreach (XmlSchemaAttribute attributeBase in baseType.
AttributeUses
.Values)
1857
XmlSchemaAttribute attribute = (XmlSchemaAttribute)derivedType.
AttributeUses
[attributeBase.QualifiedName];
1868
derivedType.
AttributeUses
.Add(attributeBase.QualifiedName, attributeBase);
1885
foreach (XmlSchemaAttribute attributeBase in baseType.
AttributeUses
.Values)
1887
XmlSchemaAttribute attribute = (XmlSchemaAttribute)derivedType.
AttributeUses
[attributeBase.QualifiedName];
1890
derivedType.
AttributeUses
.Add(attributeBase.QualifiedName, attributeBase);
1920
foreach (XmlSchemaAttribute attribute in derivedType.
AttributeUses
.Values)
1922
XmlSchemaAttribute attributeBase = (XmlSchemaAttribute)baseType.
AttributeUses
[attribute.QualifiedName];
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (14)
342
complexType.
AttributeUses
.Clear();
840
foreach (XmlSchemaAttribute attribute in complexType.
AttributeUses
.Values)
2143
if (derivedType.
AttributeUses
[attr.QualifiedName] == null)
2145
derivedType.
AttributeUses
.Add(attr.QualifiedName, attr);
2169
if (derivedType.
AttributeUses
[attribute.QualifiedName] == null)
2171
derivedType.
AttributeUses
.Add(attribute.QualifiedName, attribute);
2198
foreach (XmlSchemaAttribute attributeBase in baseType.
AttributeUses
.Values)
2200
XmlSchemaAttribute attribute = (XmlSchemaAttribute)derivedType.
AttributeUses
[attributeBase.QualifiedName];
2203
derivedType.
AttributeUses
.Add(attributeBase.QualifiedName, attributeBase);
2228
foreach (XmlSchemaAttribute attributeBase in baseType.
AttributeUses
.Values)
2230
XmlSchemaAttribute attribute = (XmlSchemaAttribute)derivedType.
AttributeUses
[attributeBase.QualifiedName];
2233
derivedType.
AttributeUses
.Add(attributeBase.QualifiedName, attributeBase);
2271
foreach (XmlSchemaAttribute attribute in derivedType.
AttributeUses
.Values)
2273
XmlSchemaAttribute attributeBase = (XmlSchemaAttribute)baseType.
AttributeUses
[attribute.QualifiedName];
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
388
foreach (XmlSchemaAttribute attribute in this.
AttributeUses
.Values)