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)
61
for (var i = 0; i <
_routes
.Count; i++)
63
var (routeName, pattern) =
_routes
[i];