Implemented interface members:
14 writes to
Microsoft.AspNetCore.Http (4)
Features\QueryFeature.cs (4)
142_accumulator[key] = new StringValues(value); 159_accumulator[key] = default; 172_expandingAccumulator[key] = list; 210_accumulator[entry.Key] = new StringValues(entry.Value.ToArray());
Microsoft.AspNetCore.Http.Microbenchmarks (10)
AdaptiveCapacityDictionaryBenchmark.cs (10)
44_filledSmallDictionary[a.Key] = a.Value; 60_smallCapDict[_oneValue.Key] = _oneValue.Value; 74_smallCapDict[_oneValue.Key] = _oneValue.Value; 101_smallCapDictTen[val.Key] = val.Value; 112_smallCapDictTen[val.Key] = val.Value; 123_smallCapDictTen[val.Key] = val.Value; 134_smallCapDictTen[val.Key] = val.Value; 145_smallCapDictTen[val.Key] = val.Value; 156_smallCapDictTen[val.Key] = val.Value; 167_smallCapDictTen[val.Key] = val.Value;
16 references to
Microsoft.AspNetCore.Http (1)
Features\QueryFeature.cs (1)
177_expandingAccumulator[key].Add(value);
Microsoft.AspNetCore.Http.Microbenchmarks (15)
AdaptiveCapacityDictionaryBenchmark.cs (15)
61_ = _smallCapDict[_oneValue.Key]; 102_ = _smallCapDictTen[val.Key]; 113_ = _smallCapDictTen[val.Key]; 124_ = _smallCapDictTen[val.Key]; 135_ = _smallCapDictTen[val.Key]; 146_ = _smallCapDictTen[val.Key]; 157_ = _smallCapDictTen[val.Key]; 168_ = _smallCapDictTen[val.Key]; 248_ = _filledSmallDictionary["g"]; 254_ = _filledSmallDictionary["i"]; 260_ = _filledSmallDictionary["k"]; 267_ = _filledSmallDictionary["m"]; 273_ = _filledSmallDictionary["o"]; 279_ = _filledSmallDictionary["q"]; 285_ = _filledSmallDictionary["s"];