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