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