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)
53await route.RouteAsync(context); 114await route.RouteAsync(context); 161await route.RouteAsync(context); 213await route.RouteAsync(context); 256await route.RouteAsync(context); 282await route.RouteAsync(context); 305await route.RouteAsync(context); 326await route.RouteAsync(context); 354await route.RouteAsync(context); 391await route.RouteAsync(context); 416await route.RouteAsync(context); 443await route.RouteAsync(context); 470await route.RouteAsync(context); 491await route.RouteAsync(context); 512await route.RouteAsync(context); 537await route.RouteAsync(context); 559await route.RouteAsync(context); 582await route.RouteAsync(context); 605await route.RouteAsync(context); 635await route.RouteAsync(context); 663await route.RouteAsync(context); 689await route.RouteAsync(context); 739await route.RouteAsync(context); 784await route.RouteAsync(context); 1709await route.RouteAsync(context); 1729await route.RouteAsync(context); 1765await route.RouteAsync(context); 1799await route.RouteAsync(context); 1842await Assert.ThrowsAsync<Exception>(() => route.RouteAsync(context)); 1887await route.RouteAsync(context);