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