21 references to XmlType
System.Xml (21)
System\Xml\Serialization\XmlReflectionImporter.cs (21)
646
if (a.
XmlType
!= null && a.
XmlType
.Namespace != null)
647
typeNs = a.
XmlType
.Namespace;
664
if (a.
XmlType
!= null) {
665
mapping.IncludeInSchema = a.
XmlType
.IncludeInSchema;
822
if (a.
XmlType
!= null && a.
XmlType
.AnonymousType) {
829
string originalNs = a.
XmlType
.Namespace;
845
if (a.
XmlType
!= null && a.
XmlType
.TypeName.Length > 0)
846
typeName = a.
XmlType
.TypeName;
896
if (a.
XmlType
!= null) {
897
ns = a.
XmlType
.Namespace;
898
name = XsdTypeName(type, a, a.
XmlType
.TypeName);
1038
if (a.
XmlType
!= null && a.
XmlType
.Namespace != null)
1039
typeNs = a.
XmlType
.Namespace;
1054
mapping.IncludeInSchema = a.
XmlType
== null ? true : a.
XmlType
.IncludeInSchema;
1962
if (a.
XmlType
!= null)
1963
typeName = a.
XmlType
.TypeName;