7 references to attributeDecls
System.Xml (7)
System\Xml\Schema\SchemaInfo.cs (7)
109get { return attributeDecls; } 152SchemaAttDef attdef = (SchemaAttDef)attributeDecls[qname]; 183if (!attributeDecls.TryGetValue(qname, out attdef) && targetNamespaces.ContainsKey(qname.Namespace)) { 207if (attributeDecls.TryGetValue(qname, out attdef)) { 243if (attributeDecls.TryGetValue(qname, out attdef)) { 310if (!attributeDecls.ContainsKey(attdef.Name)) { 311attributeDecls.Add(attdef.Name, attdef);