16 references to ThrowJsonException_DeserializeUnableToConvertValue
System.Text.Json (16)
System\Text\Json\Serialization\Converters\Collection\JsonCollectionConverter.cs (3)
78ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type); 133ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type); 140ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type);
System\Text\Json\Serialization\Converters\Collection\JsonDictionaryConverter.cs (2)
90ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type); 160ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type);
System\Text\Json\Serialization\Converters\FSharp\FSharpUnionConverter.cs (3)
165ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(typeof(T)); 175ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(typeof(T)); 473ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(typeof(T));
System\Text\Json\Serialization\Converters\Object\ObjectDefaultConverter.cs (2)
38ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type); 68ThrowHelper.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)
139ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(typeof(T));
System\Text\Json\Serialization\Metadata\JsonPropertyInfoOfT.cs (2)
291ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(EffectiveConverter.Type); 373ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(EffectiveConverter.Type);