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