3 writes to _AttDefList
System.Xml (3)
System\Xml\Schema\XdrBuilder.cs (3)
587
builder._ElementDef.
_AttDefList
= null;
663
builder._ElementDef.
_AttDefList
= new Hashtable();
897
builder._ElementDef.
_AttDefList
= null;
6 references to _AttDefList
System.Xml (6)
System\Xml\Schema\XdrBuilder.cs (6)
820
if (builder._UndefinedAttributeTypes != null && builder._ElementDef.
_AttDefList
!= null) {
829
pAttdef = (SchemaAttDef)builder._ElementDef.
_AttDefList
[pName];
933
if (builder._ElementDef.
_AttDefList
[qname] == null) {
934
builder._ElementDef.
_AttDefList
.Add(qname, builder._AttributeDef._AttDef);
1135
if (builder._ElementDef.
_AttDefList
!= null) {
1136
attdef = (SchemaAttDef)builder._ElementDef.
_AttDefList
[qname];