Implemented interface member:
method
RouteAsync
Microsoft.AspNetCore.Routing.IRouter.RouteAsync(Microsoft.AspNetCore.Routing.RouteContext)
5 references to RouteAsync
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
src\Http\Routing\test\UnitTests\Matching\RouteMatcher.cs (1)
23
await _inner.
RouteAsync
(routeContext);
Microsoft.AspNetCore.Routing.Tests (4)
Matching\RouteMatcher.cs (1)
23
await _inner.
RouteAsync
(routeContext);
RouteCollectionTest.cs (3)
175
await routes.
RouteAsync
(context);
201
await routes.
RouteAsync
(context);
226
await routes.
RouteAsync
(context);