1 write to _lookUpValues
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
LinkGeneration\LinkGenerationGithubBenchmark.cs (1)
40_lookUpValues = new RouteValueDictionary(endpointToTest.RoutePattern.Defaults);
8 references to _lookUpValues
Microsoft.AspNetCore.Routing.Microbenchmarks (8)
LinkGeneration\LinkGenerationGithubBenchmark.cs (8)
41_lookUpValues["owner"] = "aspnet"; 42_lookUpValues["repo"] = "routing"; 43_lookUpValues["commentId"] = "20202"; 49var url = $"/repos/{_lookUpValues["owner"]}/{_lookUpValues["repo"]}/issues/comments/{_lookUpValues["commentId"]}"; 59values: new RouteValueDictionary(_lookUpValues))); 70values: _lookUpValues);