3 writes to _UndefinedAttributeTypes
System.Private.Xml (3)
System\Xml\Schema\XdrBuilder.cs (3)
692
builder.
_UndefinedAttributeTypes
= builder._UndefinedAttributeTypes._Next;
927
patt = builder.
_UndefinedAttributeTypes
= patt._Next;
1319
builder.
_UndefinedAttributeTypes
= decl;
12 references to _UndefinedAttributeTypes
System.Private.Xml (12)
System\Xml\Schema\XdrBuilder.cs (12)
669
while (builder.
_UndefinedAttributeTypes
!= null)
671
XmlQualifiedName gname = builder.
_UndefinedAttributeTypes
._TypeName;
683
builder.
_UndefinedAttributeTypes
._Attdef = (SchemaAttDef)ad.Clone();
684
builder.
_UndefinedAttributeTypes
._Attdef.Name = gname;
685
builder.XDR_CheckAttributeDefault(builder.
_UndefinedAttributeTypes
, builder.
_UndefinedAttributeTypes
._Attdef);
692
builder._UndefinedAttributeTypes = builder.
_UndefinedAttributeTypes
._Next;
905
if (builder.
_UndefinedAttributeTypes
!= null && builder._ElementDef._AttDefList != null)
907
DeclBaseInfo? patt = builder.
_UndefinedAttributeTypes
;
925
if (patt == builder.
_UndefinedAttributeTypes
)
940
if (patt != builder.
_UndefinedAttributeTypes
)
1318
decl._Next = builder.
_UndefinedAttributeTypes
;