1 write to MaxLength
Microsoft.AspNetCore.Routing (1)
Constraints\MaxLengthRouteConstraint.cs (1)
35
MaxLength
= maxLength;
2 references to MaxLength
Microsoft.AspNetCore.OpenApi (1)
Extensions\JsonNodeSchemaExtensions.cs (1)
249
schema[OpenApiSchemaKeywords.MaxLengthKeyword] = maxLengthRouteConstraint.
MaxLength
;
Microsoft.AspNetCore.Routing (1)
Constraints\MaxLengthRouteConstraint.cs (1)
70
return valueString.Length <=
MaxLength
;