Implemented interface member:
method
RouteAsync
Microsoft.AspNetCore.Routing.IRouter.RouteAsync(Microsoft.AspNetCore.Routing.RouteContext)
33 references to RouteAsync
Microsoft.AspNetCore.Mvc.Core (1)
Routing\AttributeRoute.cs (1)
48return router.RouteAsync(context);
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
src\Http\Routing\test\UnitTests\Matching\TreeRouterMatcher.cs (1)
24await _inner.RouteAsync(routeContext);
Microsoft.AspNetCore.Routing.Tests (31)
Matching\TreeRouterMatcher.cs (1)
24await _inner.RouteAsync(routeContext);
Tree\TreeRouterTest.cs (30)
52await route.RouteAsync(context); 113await route.RouteAsync(context); 160await route.RouteAsync(context); 212await route.RouteAsync(context); 255await route.RouteAsync(context); 281await route.RouteAsync(context); 304await route.RouteAsync(context); 325await route.RouteAsync(context); 353await route.RouteAsync(context); 390await route.RouteAsync(context); 415await route.RouteAsync(context); 442await route.RouteAsync(context); 469await route.RouteAsync(context); 490await route.RouteAsync(context); 511await route.RouteAsync(context); 536await route.RouteAsync(context); 558await route.RouteAsync(context); 581await route.RouteAsync(context); 604await route.RouteAsync(context); 634await route.RouteAsync(context); 662await route.RouteAsync(context); 688await route.RouteAsync(context); 738await route.RouteAsync(context); 783await route.RouteAsync(context); 1708await route.RouteAsync(context); 1728await route.RouteAsync(context); 1764await route.RouteAsync(context); 1798await route.RouteAsync(context); 1841await Assert.ThrowsAsync<Exception>(() => route.RouteAsync(context)); 1886await route.RouteAsync(context);