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