2 references to UnknownType
System.Resources.Extensions (2)
System\Resources\Extensions\DeserializingResourceReader.cs (1)
138if (type == typeof(UnknownType))
System\Resources\Extensions\PreserializedResourceWriter.cs (1)
26private static readonly string UnknownObjectTypeName = typeof(UnknownType).FullName!;