1 write to _oneValue
Microsoft.AspNetCore.Http.Microbenchmarks (1)
AdaptiveCapacityDictionaryBenchmark.cs (1)
23
_oneValue
= new KeyValuePair<string, string>("a", "b");
10 references to _oneValue
Microsoft.AspNetCore.Http.Microbenchmarks (10)
AdaptiveCapacityDictionaryBenchmark.cs (10)
60
_smallCapDict[
_oneValue
.Key] =
_oneValue
.Value;
61
_ = _smallCapDict[
_oneValue
.Key];
67
_dict[
_oneValue
.Key] =
_oneValue
.Value;
68
_ = _dict[
_oneValue
.Key];
74
_smallCapDict[
_oneValue
.Key] =
_oneValue
.Value;
80
_dict[
_oneValue
.Key] =
_oneValue
.Value;