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);