3 writes to _AttDefList
System.Private.Xml (3)
System\Xml\Schema\XdrBuilder.cs (3)
632builder._ElementDef._AttDefList = null; 718builder._ElementDef._AttDefList = new Hashtable(); 1000builder._ElementDef._AttDefList = null;
6 references to _AttDefList
System.Private.Xml (6)
System\Xml\Schema\XdrBuilder.cs (6)
904if (builder._UndefinedAttributeTypes != null && builder._ElementDef._AttDefList != null) 916pAttdef = (SchemaAttDef?)builder._ElementDef._AttDefList[pName]; 1039if (builder._ElementDef._AttDefList![qname] == null) 1041builder._ElementDef._AttDefList.Add(qname, builder._AttributeDef._AttDef); 1274if (builder._ElementDef._AttDefList != null) 1276attdef = (SchemaAttDef?)builder._ElementDef._AttDefList[qname];