1 write to _expandingAccumulator
Microsoft.AspNetCore.Http (1)
Features\QueryFeature.cs (1)
163_expandingAccumulator = new AdaptiveCapacityDictionary<string, List<string>>(capacity: 5, StringComparer.OrdinalIgnoreCase);
5 references to _expandingAccumulator
Microsoft.AspNetCore.Http (5)
Features\QueryFeature.cs (5)
161if (_expandingAccumulator is null) 172_expandingAccumulator[key] = list; 177_expandingAccumulator[key].Add(value); 205if (_expandingAccumulator != null) 208foreach (var entry in _expandingAccumulator)