1 write to _dictTen
Microsoft.AspNetCore.Http.Microbenchmarks (1)
AdaptiveCapacityDictionaryBenchmark.cs (1)
48_dictTen = new Dictionary<string, string>(10, StringComparer.OrdinalIgnoreCase);
14 references to _dictTen
Microsoft.AspNetCore.Http.Microbenchmarks (14)
AdaptiveCapacityDictionaryBenchmark.cs (14)
178_dictTen[val.Key] = val.Value; 179_ = _dictTen[val.Key]; 189_dictTen[val.Key] = val.Value; 190_ = _dictTen[val.Key]; 199_dictTen[val.Key] = val.Value; 200_ = _dictTen[val.Key]; 209_dictTen[val.Key] = val.Value; 210_ = _dictTen[val.Key]; 219_dictTen[val.Key] = val.Value; 220_ = _dictTen[val.Key]; 229_dictTen[val.Key] = val.Value; 230_ = _dictTen[val.Key]; 240_dictTen[val.Key] = val.Value; 241_ = _dictTen[val.Key];