13 references to ThrowJsonException_DeserializeUnableToConvertValue
System.Text.Json (13)
System\Text\Json\Serialization\Converters\Collection\JsonCollectionConverter.cs (3)
72ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type); 127ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type); 134ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type);
System\Text\Json\Serialization\Converters\Collection\JsonDictionaryConverter.cs (2)
88ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type); 158ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type);
System\Text\Json\Serialization\Converters\Object\ObjectDefaultConverter.cs (2)
32ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type); 62ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type);
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (2)
45ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type); 120ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type);
System\Text\Json\Serialization\JsonConverterOfT.cs (1)
159ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type);
System\Text\Json\Serialization\JsonSerializer.Helpers.cs (1)
139ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(typeof(T));
System\Text\Json\Serialization\Metadata\JsonPropertyInfoOfT.cs (2)
273ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(EffectiveConverter.Type); 339ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(EffectiveConverter.Type);