21 references to XmlType
System.Private.Xml (21)
System\Xml\Serialization\XmlReflectionImporter.cs (21)
734if (a.XmlType != null && a.XmlType.Namespace != null) 735typeNs = a.XmlType.Namespace; 753if (a.XmlType != null) 755mapping.IncludeInSchema = a.XmlType.IncludeInSchema; 947if (a.XmlType != null && a.XmlType.AnonymousType) 955string? originalNs = a.XmlType.Namespace; 975if (a.XmlType != null && a.XmlType.TypeName.Length > 0) 976typeName = a.XmlType.TypeName; 1035if (a.XmlType != null) 1037ns = a.XmlType.Namespace; 1038name = XsdTypeName(type, a, a.XmlType.TypeName); 1198if (a.XmlType != null && a.XmlType.Namespace != null) 1199typeNs = a.XmlType.Namespace; 1215mapping.IncludeInSchema = a.XmlType == null ? true : a.XmlType.IncludeInSchema; 2310if (a.XmlType != null) 2311typeName = a.XmlType.TypeName;