8 references to AttributeDecls
System.Xml (8)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
222
schemaInfo.
AttributeDecls
.Add(attribute.QualifiedName, attribute.AttDef);
System\Xml\Schema\SchemaInfo.cs (1)
309
foreach (SchemaAttDef attdef in sinfo.
AttributeDecls
.Values) {
System\Xml\Schema\SchemaSetCompiler.cs (1)
123
schemaInfo.
AttributeDecls
.Add(attribute.QualifiedName, attribute.AttDef);
System\Xml\Schema\XdrBuilder.cs (4)
627
if (builder._SchemaInfo.
AttributeDecls
.TryGetValue(gname, out ad)) {
944
if (!builder._SchemaInfo.
AttributeDecls
.ContainsKey(qname)) {
945
builder._SchemaInfo.
AttributeDecls
.Add(qname, builder._AttributeDef._AttDef);
1148
if (builder._SchemaInfo.
AttributeDecls
.TryGetValue(gname, out ad)) {
System\Xml\Schema\XmlSchemaValidator.cs (1)
1512
compiledSchemaInfo.
AttributeDecls
.TryGetValue(attQName, out attdef); //the xml attributes are all global attributes