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;
946
if (a.
XmlType
!= null && a.
XmlType
.AnonymousType)
954
string? originalNs = a.
XmlType
.Namespace;
974
if (a.
XmlType
!= null && a.
XmlType
.TypeName.Length > 0)
975
typeName = a.
XmlType
.TypeName;
1034
if (a.
XmlType
!= null)
1036
ns = a.
XmlType
.Namespace;
1037
name = XsdTypeName(type, a, a.
XmlType
.TypeName);
1196
if (a.
XmlType
!= null && a.
XmlType
.Namespace != null)
1197
typeNs = a.
XmlType
.Namespace;
1213
mapping.IncludeInSchema = a.
XmlType
== null ? true : a.
XmlType
.IncludeInSchema;
2308
if (a.
XmlType
!= null)
2309
typeName = a.
XmlType
.TypeName;