2 references to ThrowJsonException_UnmappedJsonProperty
System.Text.Json (2)
System\Text\Json\Serialization\Converters\FSharp\FSharpUnionConverter.cs (1)
349ThrowHelper.ThrowJsonException_UnmappedJsonProperty(typeof(T), fieldName ?? string.Empty);
System\Text\Json\Serialization\JsonSerializer.Read.HandlePropertyName.cs (1)
48ThrowHelper.ThrowJsonException_UnmappedJsonProperty(jsonTypeInfo.Type, stringPropertyName);