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