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)
23await _inner.RouteAsync(routeContext);
Microsoft.AspNetCore.Routing.Tests (4)
Matching\RouteMatcher.cs (1)
23await _inner.RouteAsync(routeContext);
RouteCollectionTest.cs (3)
175await routes.RouteAsync(context); 201await routes.RouteAsync(context); 226await routes.RouteAsync(context);