Implemented interface members:
4 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());
1 reference to
Microsoft.AspNetCore.Http (1)
Features\QueryFeature.cs (1)
177
_expandingAccumulator
[
key].Add(value);