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"];