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