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; 942if (a.XmlType != null && a.XmlType.AnonymousType) 950string? originalNs = a.XmlType.Namespace; 970if (a.XmlType != null && a.XmlType.TypeName.Length > 0) 971typeName = a.XmlType.TypeName; 1030if (a.XmlType != null) 1032ns = a.XmlType.Namespace; 1033name = XsdTypeName(type, a, a.XmlType.TypeName); 1192if (a.XmlType != null && a.XmlType.Namespace != null) 1193typeNs = a.XmlType.Namespace; 1209mapping.IncludeInSchema = a.XmlType == null ? true : a.XmlType.IncludeInSchema; 2274if (a.XmlType != null) 2275typeName = a.XmlType.TypeName;