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;