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