5 references to AddRange
Microsoft.CodeAnalysis.Collections.Package (5)
Segmented\ImmutableSegmentedDictionary.cs (4)
37
=> ImmutableSegmentedDictionary<TKey, TValue>.Empty.
AddRange
(items);
41
=> ImmutableSegmentedDictionary<TKey, TValue>.Empty.WithComparer(keyComparer).
AddRange
(items);
65
return ImmutableSegmentedDictionary<TKey, TValue>.Empty.WithComparer(keyComparer).
AddRange
(items);
83
.
AddRange
(source.Select(element => new KeyValuePair<TKey, TValue>(keySelector(element), elementSelector(element))));
Segmented\ImmutableSegmentedDictionary`2.cs (1)
319
=>
AddRange
(pairs);