1 write to _propertyValues
Microsoft.AspNetCore.Http.Microbenchmarks (1)
RouteValueDictionaryBenchmark.cs (1)
25_propertyValues = new RouteValueDictionary(new { action = "Index", controller = "Home", id = "17" });
7 references to _propertyValues
Microsoft.AspNetCore.Http.Microbenchmarks (7)
RouteValueDictionaryBenchmark.cs (7)
77_propertyValues.ContainsKey("id"); 83_propertyValues.ContainsKey("name"); 97_propertyValues.TryAdd("name", "Service"); 111_propertyValues.TryAdd("name", "Service"); 240var dictionary = _propertyValues; 261var dictionary = _propertyValues; 314var dictionary = _propertyValues;