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