3 writes to _AttDefList
System.Private.Xml (3)
System\Xml\Schema\XdrBuilder.cs (3)
633builder._ElementDef._AttDefList = null; 719builder._ElementDef._AttDefList = new Hashtable(); 1001builder._ElementDef._AttDefList = null;
6 references to _AttDefList
System.Private.Xml (6)
System\Xml\Schema\XdrBuilder.cs (6)
905if (builder._UndefinedAttributeTypes != null && builder._ElementDef._AttDefList != null) 917pAttdef = (SchemaAttDef?)builder._ElementDef._AttDefList[pName]; 1040if (builder._ElementDef._AttDefList![qname] == null) 1042builder._ElementDef._AttDefList.Add(qname, builder._AttributeDef._AttDef); 1275if (builder._ElementDef._AttDefList != null) 1277attdef = (SchemaAttDef?)builder._ElementDef._AttDefList[qname];