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");
240
var dictionary =
_propertyValues
;
261
var dictionary =
_propertyValues
;
314
var dictionary =
_propertyValues
;