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