1 write to _smallCapDictTen
Microsoft.AspNetCore.Http.Microbenchmarks (1)
AdaptiveCapacityDictionaryBenchmark.cs (1)
40_smallCapDictTen = new AdaptiveCapacityDictionary<string, string>(capacity: 10, StringComparer.OrdinalIgnoreCase);
14 references to _smallCapDictTen
Microsoft.AspNetCore.Http.Microbenchmarks (14)
AdaptiveCapacityDictionaryBenchmark.cs (14)
101_smallCapDictTen[val.Key] = val.Value; 102_ = _smallCapDictTen[val.Key]; 112_smallCapDictTen[val.Key] = val.Value; 113_ = _smallCapDictTen[val.Key]; 123_smallCapDictTen[val.Key] = val.Value; 124_ = _smallCapDictTen[val.Key]; 134_smallCapDictTen[val.Key] = val.Value; 135_ = _smallCapDictTen[val.Key]; 145_smallCapDictTen[val.Key] = val.Value; 146_ = _smallCapDictTen[val.Key]; 156_smallCapDictTen[val.Key] = val.Value; 157_ = _smallCapDictTen[val.Key]; 167_smallCapDictTen[val.Key] = val.Value; 168_ = _smallCapDictTen[val.Key];