1 write to _smallCapDict
Microsoft.AspNetCore.Http.Microbenchmarks (1)
AdaptiveCapacityDictionaryBenchmark.cs (1)
39_smallCapDict = new AdaptiveCapacityDictionary<string, string>(capacity: 1, StringComparer.OrdinalIgnoreCase);
4 references to _smallCapDict
Microsoft.AspNetCore.Http.Microbenchmarks (4)
AdaptiveCapacityDictionaryBenchmark.cs (4)
60_smallCapDict[_oneValue.Key] = _oneValue.Value; 61_ = _smallCapDict[_oneValue.Key]; 74_smallCapDict[_oneValue.Key] = _oneValue.Value; 86_smallCapDict.TryGetValue("test", out var val);