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];