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