13 references to ThrowJsonException_DeserializeUnableToConvertValue
System.Text.Json (13)
System\Text\Json\Serialization\Converters\Collection\JsonCollectionConverter.cs (3)
77ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type); 132ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type); 139ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type);
System\Text\Json\Serialization\Converters\Collection\JsonDictionaryConverter.cs (2)
89ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type); 159ThrowHelper.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); 125ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type);
System\Text\Json\Serialization\JsonConverterOfT.cs (1)
155ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type);
System\Text\Json\Serialization\JsonSerializer.Helpers.cs (1)
140ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(typeof(T));
System\Text\Json\Serialization\Metadata\JsonPropertyInfoOfT.cs (2)
291ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(EffectiveConverter.Type); 373ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(EffectiveConverter.Type);