6 references to FilterAsync
Microsoft.AspNetCore.Mvc.Core (5)
Routing\DynamicControllerEndpointMatcherPolicy.cs (1)
146endpoints = await transformer.FilterAsync(httpContext, values, endpoints);
Routing\DynamicRouteValueTransformer.cs (4)
23/// <see cref="FilterAsync(HttpContext, RouteValueDictionary, IReadOnlyList{Endpoint})" /> as well as 33/// <item><description><see cref="FilterAsync(HttpContext, RouteValueDictionary, IReadOnlyList{Endpoint})" /></description></item> 77/// Implementations of <see cref="FilterAsync(HttpContext, RouteValueDictionary, IReadOnlyList{Endpoint})" /> may further 82/// <see cref="FilterAsync(HttpContext, RouteValueDictionary, IReadOnlyList{Endpoint})" /> will not be called in the case
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\DynamicPageEndpointMatcherPolicy.cs (1)
145endpoints = await transformer.FilterAsync(httpContext, values, endpoints);