3 references to ParseLimitsInInvariantCulture
Microsoft.AspNetCore.OpenApi (1)
Extensions\JsonNodeSchemaExtensions.cs (1)
105
var targetCulture = rangeAttribute.
ParseLimitsInInvariantCulture
|| rangeAttribute.Minimum is double
System.ComponentModel.Annotations (2)
System\ComponentModel\DataAnnotations\RangeAttribute.cs (2)
233
IComparable min = (IComparable)(
ParseLimitsInInvariantCulture
236
IComparable max = (IComparable)(
ParseLimitsInInvariantCulture