1 write to _routes
Microsoft.AspNetCore.Mvc.Microbenchmarks (1)
ControllerActionEndpointDatasourceBenchmark.cs (1)
42_routes = new List<(string routeName, string pattern)>
2 references to _routes
Microsoft.AspNetCore.Mvc.Microbenchmarks (2)
ControllerActionEndpointDatasourceBenchmark.cs (2)
61for (var i = 0; i < _routes.Count; i++) 63var (routeName, pattern) = _routes[i];