18 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);
Microsoft.AspNetCore.Mvc.Core.Test (15)
Infrastructure\ActionSelectionTableTest.cs (15)
46
var matches = table.
Select
(values);
86
var matches = table.
Select
(values);
126
var matches = table.
Select
(values);
161
var matches = table.
Select
(values);
196
var matches = table.
Select
(values);
231
var matches = table.
Select
(values);
261
var matches = table.
Select
(values);
291
var matches = table.
Select
(values);
340
var matches = table.
Select
(values);
389
var matches = table.
Select
(values);
419
var matches = table.
Select
(values);
450
var matches = table.
Select
(values);
481
var matches = table.
Select
(values);
510
var matches = table.
Select
(values);
539
var matches = table.
Select
(values);
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\DynamicPageEndpointSelector.cs (1)
30
var matches = table.
Select
(values);