2 references to RegexErrorStubRouteConstraint
Microsoft.AspNetCore.Routing (2)
RegexInlineRouteConstraintSetup.cs (1)
19
if (existingRegexConstraintType == typeof(
RegexErrorStubRouteConstraint
))
RouteOptions.cs (1)
130
AddConstraint<
RegexErrorStubRouteConstraint
>(defaults, "regex"); // Used to generate error message at runtime with helpful message.