3 writes to _AttDefList
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (3)
644builder._ElementDef._AttDefList = null; 729builder._ElementDef._AttDefList = new Hashtable(); 1007builder._ElementDef._AttDefList = null;
6 references to _AttDefList
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (6)
913if (builder._UndefinedAttributeTypes != null && builder._ElementDef._AttDefList != null) 925pAttdef = (SchemaAttDef)builder._ElementDef._AttDefList[pName]; 1046if (builder._ElementDef._AttDefList[qname] == null) 1048builder._ElementDef._AttDefList.Add(qname, builder._AttributeDef._AttDef); 1286if (builder._ElementDef._AttDefList != null) 1288attdef = (SchemaAttDef)builder._ElementDef._AttDefList[qname];