1 write to _filledDictTen
Microsoft.AspNetCore.Http.Microbenchmarks (1)
AdaptiveCapacityDictionaryBenchmark.cs (1)
49
_filledDictTen
= new Dictionary<string, string>(10, StringComparer.OrdinalIgnoreCase);
2 references to _filledDictTen
Microsoft.AspNetCore.Http.Microbenchmarks (2)
AdaptiveCapacityDictionaryBenchmark.cs (2)
53
_filledDictTen
[a.Key] = a.Value;
291
_ =
_filledDictTen
["s"];