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