3 references to NaiveSelectCandidates
Microsoft.AspNetCore.Mvc.Microbenchmarks (3)
ActionSelectorBenchmark.cs (3)
104var actual = NaiveSelectCandidates(_actions, routeContext.RouteData.Values); 174var matches = NaiveSelectCandidates(actions, routeValues); 191var matches = NaiveSelectCandidates(actions, routeValues);