15 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(
Microsoft.AspNetCore.Routing.Tests (8)
ConstraintMatcherTest.cs (8)
30
RouteConstraintMatcher
.Match(
92
Assert.True(
RouteConstraintMatcher
.Match(
112
Assert.True(
RouteConstraintMatcher
.Match(
132
Assert.False(
RouteConstraintMatcher
.Match(
152
Assert.False(
RouteConstraintMatcher
.Match(
172
Assert.False(
RouteConstraintMatcher
.Match(
184
Assert.True(
RouteConstraintMatcher
.Match(
202
RouteConstraintMatcher
.Match(