3 references to Type
System.Private.Xml (3)
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1598
Type targetType = a.XmlAttribute!.
Type
== null ? arrayElementType : a.XmlAttribute.
Type
!;
1777
if (a.XmlAttribute.
Type
!= null) throw new InvalidOperationException(SR.Format(SR.XmlIllegalType, "XmlAttribute"));