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;
947
if (a.
XmlType
!= null && a.
XmlType
.AnonymousType)
955
string? originalNs = a.
XmlType
.Namespace;
975
if (a.
XmlType
!= null && a.
XmlType
.TypeName.Length > 0)
976
typeName = a.
XmlType
.TypeName;
1035
if (a.
XmlType
!= null)
1037
ns = a.
XmlType
.Namespace;
1038
name = XsdTypeName(type, a, a.
XmlType
.TypeName);
1198
if (a.
XmlType
!= null && a.
XmlType
.Namespace != null)
1199
typeNs = a.
XmlType
.Namespace;
1215
mapping.IncludeInSchema = a.
XmlType
== null ? true : a.
XmlType
.IncludeInSchema;
2310
if (a.
XmlType
!= null)
2311
typeName = a.
XmlType
.TypeName;