7 references to AttributeDecls
System.Private.Xml (7)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
290schemaInfo.AttributeDecls.Add(attribute.QualifiedName, attribute.AttDef!);
System\Xml\Schema\SchemaInfo.cs (1)
319foreach (SchemaAttDef attdef in sinfo.AttributeDecls.Values)
System\Xml\Schema\SchemaSetCompiler.cs (1)
157schemaInfo.AttributeDecls.Add(attribute!.QualifiedName, attribute.AttDef!);
System\Xml\Schema\XdrBuilder.cs (3)
681if (builder._SchemaInfo.AttributeDecls.TryGetValue(gname, out ad)) 1054if (!builder._SchemaInfo.AttributeDecls.TryAdd(qname, builder._AttributeDef._AttDef)) 1290if (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