7 references to RouteConstraintMatcher
Microsoft.AspNetCore.Routing (7)
RouteBase.cs (3)
128
if (!
RouteConstraintMatcher
.Match(
156
if (!
RouteConstraintMatcher
.Match(
319
_constraintLogger = factory.CreateLogger(typeof(
RouteConstraintMatcher
).FullName!);
Tree\TreeRouteBuilder.cs (1)
66
_constraintLogger = loggerFactory.CreateLogger(typeof(
RouteConstraintMatcher
).FullName);
Tree\TreeRouter.cs (3)
53
/// in <see cref="
RouteConstraintMatcher
"/>.</param>
200
if (!
RouteConstraintMatcher
.Match(
319
var matched =
RouteConstraintMatcher
.Match(