21 references to XmlType
System.Private.Xml (21)
System\Xml\Serialization\XmlReflectionImporter.cs (21)
734
if (a.
XmlType
!= null && a.
XmlType
.Namespace != null)
735
typeNs = a.
XmlType
.Namespace;
753
if (a.
XmlType
!= null)
755
mapping.IncludeInSchema = a.
XmlType
.IncludeInSchema;
942
if (a.
XmlType
!= null && a.
XmlType
.AnonymousType)
950
string? originalNs = a.
XmlType
.Namespace;
970
if (a.
XmlType
!= null && a.
XmlType
.TypeName.Length > 0)
971
typeName = a.
XmlType
.TypeName;
1030
if (a.
XmlType
!= null)
1032
ns = a.
XmlType
.Namespace;
1033
name = XsdTypeName(type, a, a.
XmlType
.TypeName);
1192
if (a.
XmlType
!= null && a.
XmlType
.Namespace != null)
1193
typeNs = a.
XmlType
.Namespace;
1209
mapping.IncludeInSchema = a.
XmlType
== null ? true : a.
XmlType
.IncludeInSchema;
2274
if (a.
XmlType
!= null)
2275
typeName = a.
XmlType
.TypeName;