3 writes to _UndefinedAttributeTypes
System.Private.Xml (3)
System\Xml\Schema\XdrBuilder.cs (3)
691
builder.
_UndefinedAttributeTypes
= builder._UndefinedAttributeTypes._Next;
926
patt = builder.
_UndefinedAttributeTypes
= patt._Next;
1318
builder.
_UndefinedAttributeTypes
= decl;
12 references to _UndefinedAttributeTypes
System.Private.Xml (12)
System\Xml\Schema\XdrBuilder.cs (12)
668
while (builder.
_UndefinedAttributeTypes
!= null)
670
XmlQualifiedName gname = builder.
_UndefinedAttributeTypes
._TypeName;
682
builder.
_UndefinedAttributeTypes
._Attdef = (SchemaAttDef)ad.Clone();
683
builder.
_UndefinedAttributeTypes
._Attdef.Name = gname;
684
builder.XDR_CheckAttributeDefault(builder.
_UndefinedAttributeTypes
, builder.
_UndefinedAttributeTypes
._Attdef);
691
builder._UndefinedAttributeTypes = builder.
_UndefinedAttributeTypes
._Next;
904
if (builder.
_UndefinedAttributeTypes
!= null && builder._ElementDef._AttDefList != null)
906
DeclBaseInfo? patt = builder.
_UndefinedAttributeTypes
;
924
if (patt == builder.
_UndefinedAttributeTypes
)
939
if (patt != builder.
_UndefinedAttributeTypes
)
1317
decl._Next = builder.
_UndefinedAttributeTypes
;