3 references to TryConvertValue
Microsoft.AspNetCore.JsonPatch (3)
Internal\DynamicObjectAdapter.cs (3)
95if (!TryConvertValue(value, property.GetType(), contractResolver, out var convertedValue)) 127if (!TryConvertValue(value, property.GetType(), contractResolver, out var convertedValue)) 239return TryConvertValue(value, propertyType, null, out convertedValue);