Home
last modified time | relevance | path

Searched refs:_UndefinedAttributeTypes (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DXdrBuilder.cs368 private DeclBaseInfo _UndefinedAttributeTypes; field in System.Xml.Schema.XdrBuilder
617 while (builder._UndefinedAttributeTypes != null) { in XDR_EndRoot()
618 XmlQualifiedName gname = builder._UndefinedAttributeTypes._TypeName; in XDR_EndRoot()
629 builder._UndefinedAttributeTypes._Attdef.Name = gname; in XDR_EndRoot()
630 …builder.XDR_CheckAttributeDefault(builder._UndefinedAttributeTypes, builder._UndefinedAttributeTyp… in XDR_EndRoot()
635 builder._UndefinedAttributeTypes = builder._UndefinedAttributeTypes._Next; in XDR_EndRoot()
821 DeclBaseInfo patt = builder._UndefinedAttributeTypes; in XDR_EndElementType()
836 if (patt == builder._UndefinedAttributeTypes) { in XDR_EndElementType()
848 if (patt != builder._UndefinedAttributeTypes) in XDR_EndElementType()
1172 decl._Next = builder._UndefinedAttributeTypes; in XDR_BeginAttribute()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DXdrBuilder.cs378 private DeclBaseInfo _UndefinedAttributeTypes; field in System.Xml.Schema.XdrBuilder
672 while (builder._UndefinedAttributeTypes != null) in XDR_EndRoot()
674 XmlQualifiedName gname = builder._UndefinedAttributeTypes._TypeName; in XDR_EndRoot()
687 builder._UndefinedAttributeTypes._Attdef.Name = gname; in XDR_EndRoot()
688 …builder.XDR_CheckAttributeDefault(builder._UndefinedAttributeTypes, builder._UndefinedAttributeTyp… in XDR_EndRoot()
694 builder._UndefinedAttributeTypes = builder._UndefinedAttributeTypes._Next; in XDR_EndRoot()
907 DeclBaseInfo patt = builder._UndefinedAttributeTypes; in XDR_EndElementType()
925 if (patt == builder._UndefinedAttributeTypes) in XDR_EndElementType()
940 if (patt != builder._UndefinedAttributeTypes) in XDR_EndElementType()
1321 decl._Next = builder._UndefinedAttributeTypes; in XDR_BeginAttribute()
[all …]