3 references to TryConvertValue
Microsoft.AspNetCore.JsonPatch.SystemTextJson (3)
Internal\PocoAdapter.cs (3)
34
if (!
TryConvertValue
(value, jsonProperty.PropertyType, serializerOptions, out var convertedValue))
124
if (!
TryConvertValue
(value, jsonProperty.PropertyType, serializerOptions, out var convertedValue))
155
if (!
TryConvertValue
(value, jsonProperty.PropertyType, serializerOptions, out var convertedValue))