1 write to _dict
Microsoft.AspNetCore.Http.Microbenchmarks (1)
AdaptiveCapacityDictionaryBenchmark.cs (1)
47
_dict
= new Dictionary<string, string>(1, StringComparer.OrdinalIgnoreCase);
4 references to _dict
Microsoft.AspNetCore.Http.Microbenchmarks (4)
AdaptiveCapacityDictionaryBenchmark.cs (4)
67
_dict
[_oneValue.Key] = _oneValue.Value;
68
_ =
_dict
[_oneValue.Key];
80
_dict
[_oneValue.Key] = _oneValue.Value;
92
_dict
.TryGetValue("test", out var val);