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