3 references to Type
System.Xml (3)
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1380Type targetType = a.XmlAttribute.Type == null ? arrayElementType : a.XmlAttribute.Type; 1542if (a.XmlAttribute.Type != null) throw new InvalidOperationException(Res.GetString(Res.XmlIllegalType, "XmlAttribute"));