3 writes to _AttDefList
System.Xml (3)
System\Xml\Schema\XdrBuilder.cs (3)
587builder._ElementDef._AttDefList = null; 663builder._ElementDef._AttDefList = new Hashtable(); 897builder._ElementDef._AttDefList = null;
6 references to _AttDefList
System.Xml (6)
System\Xml\Schema\XdrBuilder.cs (6)
820if (builder._UndefinedAttributeTypes != null && builder._ElementDef._AttDefList != null) { 829pAttdef = (SchemaAttDef)builder._ElementDef._AttDefList[pName]; 933if (builder._ElementDef._AttDefList[qname] == null) { 934builder._ElementDef._AttDefList.Add(qname, builder._AttributeDef._AttDef); 1135if (builder._ElementDef._AttDefList != null) { 1136attdef = (SchemaAttDef)builder._ElementDef._AttDefList[qname];