3 writes to _UndefinedAttributeTypes
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (3)
702
builder.
_UndefinedAttributeTypes
= builder._UndefinedAttributeTypes._Next;
935
patt = builder.
_UndefinedAttributeTypes
= patt._Next;
1330
builder.
_UndefinedAttributeTypes
= decl;
12 references to _UndefinedAttributeTypes
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (12)
680
while (builder.
_UndefinedAttributeTypes
!= null)
682
XmlQualifiedName gname = builder.
_UndefinedAttributeTypes
._TypeName;
694
builder.
_UndefinedAttributeTypes
._Attdef = (SchemaAttDef)ad.Clone();
695
builder.
_UndefinedAttributeTypes
._Attdef.Name = gname;
696
builder.XDR_CheckAttributeDefault(builder.
_UndefinedAttributeTypes
, builder.
_UndefinedAttributeTypes
._Attdef);
702
builder._UndefinedAttributeTypes = builder.
_UndefinedAttributeTypes
._Next;
913
if (builder.
_UndefinedAttributeTypes
!= null && builder._ElementDef._AttDefList != null)
915
DeclBaseInfo patt = builder.
_UndefinedAttributeTypes
;
933
if (patt == builder.
_UndefinedAttributeTypes
)
948
if (patt != builder.
_UndefinedAttributeTypes
)
1329
decl._Next = builder.
_UndefinedAttributeTypes
;