4 references to TryConvertValue
Microsoft.AspNetCore.JsonPatch (4)
Internal\PocoAdapter.cs (4)
37if (!TryConvertValue(value, jsonProperty.PropertyType, contractResolver, out var convertedValue)) 128if (!TryConvertValue(value, jsonProperty.PropertyType, contractResolver, out var convertedValue)) 160if (!TryConvertValue(value, jsonProperty.PropertyType, contractResolver, out var convertedValue)) 228return TryConvertValue(value, propertyType, null, out convertedValue);