3 writes to _UndefinedAttributeTypes
System.Xml (3)
System\Xml\Schema\XdrBuilder.cs (3)
635
builder.
_UndefinedAttributeTypes
= builder._UndefinedAttributeTypes._Next;
837
patt = builder.
_UndefinedAttributeTypes
= patt._Next;
1173
builder.
_UndefinedAttributeTypes
= decl;
12 references to _UndefinedAttributeTypes
System.Xml (12)
System\Xml\Schema\XdrBuilder.cs (12)
617
while (builder.
_UndefinedAttributeTypes
!= null) {
618
XmlQualifiedName gname = builder.
_UndefinedAttributeTypes
._TypeName;
628
builder.
_UndefinedAttributeTypes
._Attdef = (SchemaAttDef)ad.Clone();
629
builder.
_UndefinedAttributeTypes
._Attdef.Name = gname;
630
builder.XDR_CheckAttributeDefault(builder.
_UndefinedAttributeTypes
, builder.
_UndefinedAttributeTypes
._Attdef);
635
builder._UndefinedAttributeTypes = builder.
_UndefinedAttributeTypes
._Next;
820
if (builder.
_UndefinedAttributeTypes
!= null && builder._ElementDef._AttDefList != null) {
821
DeclBaseInfo patt = builder.
_UndefinedAttributeTypes
;
836
if (patt == builder.
_UndefinedAttributeTypes
) {
848
if (patt != builder.
_UndefinedAttributeTypes
)
1172
decl._Next = builder.
_UndefinedAttributeTypes
;