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