2 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)
3 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);