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