1 write to Max
Microsoft.AspNetCore.Routing (1)
Constraints\RangeRouteConstraint.cs (1)
38Max = max;
2 references to Max
Microsoft.AspNetCore.OpenApi (1)
Extensions\JsonNodeSchemaExtensions.cs (1)
254schema[OpenApiSchemaKeywords.MaximumKeyword] = rangeRouteConstraint.Max;
Microsoft.AspNetCore.Routing (1)
Constraints\RangeRouteConstraint.cs (1)
80return longValue >= Min && longValue <= Max;