3 references to TypeLoadException_CannotLoadConverter
System.Resources.Extensions (3)
System\Resources\Extensions\DeserializingResourceReader.cs (2)
169throw new TypeLoadException(SR.Format(SR.TypeLoadException_CannotLoadConverter, type)); 183throw new TypeLoadException(SR.Format(SR.TypeLoadException_CannotLoadConverter, type));
System\Resources\Extensions\PreserializedResourceWriter.cs (1)
104throw new TypeLoadException(SR.Format(SR.TypeLoadException_CannotLoadConverter, primitiveType));