4 references to Type
System.Xml (4)
System\Xml\Serialization\XmlReflectionImporter.cs (4)
1303Type targetType = xmlArrayItem.Type != null ? xmlArrayItem.Type : arrayElementType; 1829Type type = items[i].Type == null ? accessorType : items[i].Type;