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