3 references to Type
System.Private.Xml (3)
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1512
Type targetType = xmlArrayItem.
Type
?? arrayElementType;
2110
Type type = items[i]!.
Type
== null ? accessorType : items[i]!.
Type
!;