21 references to XmlType
dotnet-svcutil-lib (21)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (21)
733if (a.XmlType != null && a.XmlType.Namespace != null) 734typeNs = a.XmlType.Namespace; 752if (a.XmlType != null) 754mapping.IncludeInSchema = a.XmlType.IncludeInSchema; 939if (a.XmlType != null && a.XmlType.AnonymousType) 947string originalNs = a.XmlType.Namespace; 965if (a.XmlType != null && a.XmlType.TypeName.Length > 0) 966typeName = a.XmlType.TypeName; 1025if (a.XmlType != null) 1027ns = a.XmlType.Namespace; 1028name = XsdTypeName(type, a, a.XmlType.TypeName); 1188if (a.XmlType != null && a.XmlType.Namespace != null) 1189typeNs = a.XmlType.Namespace; 1205mapping.IncludeInSchema = a.XmlType == null ? true : a.XmlType.IncludeInSchema; 2261if (a.XmlType != null) 2262typeName = a.XmlType.TypeName;