2 references to Select
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ActionSelector.cs (1)
69var matches = cache.Select(context.RouteData.Values);
Routing\DynamicControllerEndpointSelector.cs (1)
28var matches = table.Select(values);