4 references to Constraint
Microsoft.AspNetCore.OpenApi (1)
Extensions\JsonNodeSchemaExtensions.cs (1)
260schema[OpenApiSchemaKeywords.PatternKeyword] = regexRouteConstraint.Constraint.ToString();
Microsoft.AspNetCore.Routing (3)
Constraints\RegexRouteConstraint.cs (2)
99return Constraint.IsMatch(parameterValueString); 108return Constraint.IsMatch(literal);
Patterns\RoutePatternParameterPart.cs (1)
109builder.Append(regexConstraint.Constraint);