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