15 overrides of MatchAsync
Microsoft.AspNetCore.Routing (2)
Matching\DataSourceDependentMatcher.cs (1)
33
public override Task
MatchAsync
(HttpContext httpContext)
Matching\DfaMatcher.cs (1)
32
public sealed override Task
MatchAsync
(HttpContext httpContext)
Microsoft.AspNetCore.Routing.Microbenchmarks (6)
EndpointRoutingShortCircuitBenchmark.cs (1)
90
public override Task
MatchAsync
(HttpContext httpContext)
Matching\TrivialMatcher.cs (1)
23
public sealed override Task
MatchAsync
(HttpContext httpContext)
src\Http\Routing\test\UnitTests\Matching\BarebonesMatcher.cs (2)
20
public override Task
MatchAsync
(HttpContext httpContext)
113
public override Task
MatchAsync
(HttpContext httpContext)
src\Http\Routing\test\UnitTests\Matching\RouteMatcher.cs (1)
18
public override async Task
MatchAsync
(HttpContext httpContext)
src\Http\Routing\test\UnitTests\Matching\TreeRouterMatcher.cs (1)
19
public override async Task
MatchAsync
(HttpContext httpContext)
Microsoft.AspNetCore.Routing.Tests (7)
Matching\BarebonesMatcher.cs (2)
20
public override Task
MatchAsync
(HttpContext httpContext)
113
public override Task
MatchAsync
(HttpContext httpContext)
Matching\DataSourceDependentMatcherTest.cs (1)
257
public override Task
MatchAsync
(HttpContext httpContext)
Matching\RouteMatcher.cs (1)
18
public override async Task
MatchAsync
(HttpContext httpContext)
Matching\TreeRouterMatcher.cs (1)
19
public override async Task
MatchAsync
(HttpContext httpContext)
TestObjects\TestMatcher.cs (1)
26
public override Task
MatchAsync
(HttpContext httpContext)
TestObjects\TestMatcherFactory.cs (1)
61
public override Task
MatchAsync
(HttpContext httpContext)
88 references to MatchAsync
Microsoft.AspNetCore.Routing (3)
EndpointRoutingMiddleware.cs (2)
77
var matchTask = matcherTask.Result.
MatchAsync
(httpContext);
89
await matcher.
MatchAsync
(httpContext);
Matching\DataSourceDependentMatcher.cs (1)
35
return CurrentMatcher.
MatchAsync
(httpContext);
Microsoft.AspNetCore.Routing.Microbenchmarks (5)
Matching\MatcherAzureBenchmark.cs (1)
53
await _dfa.
MatchAsync
(httpContext);
Matching\MatcherGithubBenchmark.cs (1)
44
await _dfa.
MatchAsync
(httpContext);
Matching\MatcherSingleEntryBenchmark.cs (3)
54
await _dfa.
MatchAsync
(httpContext);
63
await _tree.
MatchAsync
(httpContext);
72
await _route.
MatchAsync
(httpContext);
Microsoft.AspNetCore.Routing.Tests (80)
Matching\DfaMatcherConformanceTest.cs (2)
19
await matcher.
MatchAsync
(httpContext);
51
await matcher.
MatchAsync
(httpContext);
Matching\FullFeaturedMatcherConformanceTest.cs (18)
29
await matcher.
MatchAsync
(httpContext);
44
await matcher.
MatchAsync
(httpContext);
59
await matcher.
MatchAsync
(httpContext);
84
await matcher.
MatchAsync
(httpContext);
116
await matcher.
MatchAsync
(httpContext);
139
await matcher.
MatchAsync
(httpContext);
163
await matcher.
MatchAsync
(httpContext);
183
await matcher.
MatchAsync
(httpContext);
218
await matcher.
MatchAsync
(httpContext);
238
await matcher.
MatchAsync
(httpContext);
267
await matcher.
MatchAsync
(httpContext);
293
await matcher.
MatchAsync
(httpContext);
318
await matcher.
MatchAsync
(httpContext);
348
await matcher.
MatchAsync
(httpContext);
382
await matcher.
MatchAsync
(httpContext);
435
await matcher.
MatchAsync
(httpContext);
465
await matcher.
MatchAsync
(httpContext);
496
await matcher.
MatchAsync
(httpContext);
Matching\HostMatcherPolicyIntegrationTestBase.cs (22)
25
await matcher.
MatchAsync
(httpContext);
41
await matcher.
MatchAsync
(httpContext);
57
await matcher.
MatchAsync
(httpContext);
73
await matcher.
MatchAsync
(httpContext);
89
await matcher.
MatchAsync
(httpContext);
105
await matcher.
MatchAsync
(httpContext);
121
await matcher.
MatchAsync
(httpContext);
137
await matcher.
MatchAsync
(httpContext);
153
await matcher.
MatchAsync
(httpContext);
169
await matcher.
MatchAsync
(httpContext);
185
await matcher.
MatchAsync
(httpContext);
201
await matcher.
MatchAsync
(httpContext);
217
await matcher.
MatchAsync
(httpContext);
233
await matcher.
MatchAsync
(httpContext);
249
await matcher.
MatchAsync
(httpContext);
265
await matcher.
MatchAsync
(httpContext);
281
await matcher.
MatchAsync
(httpContext);
297
await matcher.
MatchAsync
(httpContext);
313
await matcher.
MatchAsync
(httpContext);
329
await matcher.
MatchAsync
(httpContext);
345
await matcher.
MatchAsync
(httpContext);
361
await matcher.
MatchAsync
(httpContext);
Matching\HttpMethodMatcherPolicyIntegrationTestBase.cs (19)
27
await matcher.
MatchAsync
(httpContext);
43
await matcher.
MatchAsync
(httpContext);
59
await matcher.
MatchAsync
(httpContext);
75
await matcher.
MatchAsync
(httpContext);
94
await matcher.
MatchAsync
(httpContext);
112
await matcher.
MatchAsync
(httpContext);
128
await matcher.
MatchAsync
(httpContext);
144
await matcher.
MatchAsync
(httpContext);
160
await matcher.
MatchAsync
(httpContext);
176
await matcher.
MatchAsync
(httpContext);
193
await matcher.
MatchAsync
(httpContext);
218
await matcher.
MatchAsync
(httpContext);
235
await matcher.
MatchAsync
(httpContext);
252
await matcher.
MatchAsync
(httpContext);
269
await matcher.
MatchAsync
(httpContext);
286
await matcher.
MatchAsync
(httpContext);
303
await matcher.
MatchAsync
(httpContext);
333
await matcher.
MatchAsync
(httpContext1);
340
await matcher.
MatchAsync
(httpContext2);
Matching\MatcherConformanceTest.SingleEndpoint.cs (17)
16
await matcher.
MatchAsync
(httpContext);
30
await matcher.
MatchAsync
(httpContext);
44
await matcher.
MatchAsync
(httpContext);
61
await matcher.
MatchAsync
(httpContext);
78
await matcher.
MatchAsync
(httpContext);
96
await matcher.
MatchAsync
(httpContext);
116
await matcher.
MatchAsync
(httpContext);
133
await matcher.
MatchAsync
(httpContext);
156
await matcher.
MatchAsync
(httpContext);
187
await matcher.
MatchAsync
(httpContext);
202
await matcher.
MatchAsync
(httpContext);
217
await matcher.
MatchAsync
(httpContext);
232
await matcher.
MatchAsync
(httpContext);
252
await matcher.
MatchAsync
(httpContext);
270
await matcher.
MatchAsync
(httpContext);
291
await matcher.
MatchAsync
(httpContext);
320
await matcher.
MatchAsync
(httpContext);
Matching\RouteMatcherConformanceTest.cs (1)
35
await matcher.
MatchAsync
(httpContext);
Matching\TreeRouterMatcherConformanceTest.cs (1)
49
await matcher.
MatchAsync
(httpContext);