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