1 write to _expandingAccumulator
Microsoft.AspNetCore.WebUtilities (1)
KeyValueAccumulator.cs (1)
49_expandingAccumulator = new Dictionary<string, List<string>>(StringComparer.OrdinalIgnoreCase);
5 references to _expandingAccumulator
Microsoft.AspNetCore.WebUtilities (5)
KeyValueAccumulator.cs (5)
34_expandingAccumulator[key].Add(value); 47if (_expandingAccumulator == null) 60_expandingAccumulator[key] = list; 96if (_expandingAccumulator != null) 99foreach (var entry in _expandingAccumulator)