7 references to AttributeDecls
System.Private.Xml (7)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
290
schemaInfo.
AttributeDecls
.Add(attribute.QualifiedName, attribute.AttDef!);
System\Xml\Schema\SchemaInfo.cs (1)
319
foreach (SchemaAttDef attdef in sinfo.
AttributeDecls
.Values)
System\Xml\Schema\SchemaSetCompiler.cs (1)
157
schemaInfo.
AttributeDecls
.Add(attribute!.QualifiedName, attribute.AttDef!);
System\Xml\Schema\XdrBuilder.cs (3)
681
if (builder._SchemaInfo.
AttributeDecls
.TryGetValue(gname, out ad))
1054
if (!builder._SchemaInfo.
AttributeDecls
.TryAdd(qname, builder._AttributeDef._AttDef))
1290
if (builder._SchemaInfo.
AttributeDecls
.TryGetValue(gname, out ad))
System\Xml\Schema\XmlSchemaValidator.cs (1)
1801
_compiledSchemaInfo.
AttributeDecls
.TryGetValue(attQName, out attdef); //the xml attributes are all global attributes