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