1 write to _filledSmallDictionary
Microsoft.AspNetCore.Http.Microbenchmarks (1)
AdaptiveCapacityDictionaryBenchmark.cs (1)
41_filledSmallDictionary = new AdaptiveCapacityDictionary<string, string>(capacity: 10, StringComparer.OrdinalIgnoreCase);
8 references to _filledSmallDictionary
Microsoft.AspNetCore.Http.Microbenchmarks (8)
AdaptiveCapacityDictionaryBenchmark.cs (8)
44_filledSmallDictionary[a.Key] = a.Value; 248_ = _filledSmallDictionary["g"]; 254_ = _filledSmallDictionary["i"]; 260_ = _filledSmallDictionary["k"]; 267_ = _filledSmallDictionary["m"]; 273_ = _filledSmallDictionary["o"]; 279_ = _filledSmallDictionary["q"]; 285_ = _filledSmallDictionary["s"];