5 references to AddRange
Microsoft.CodeAnalysis.Workspaces (5)
src\Dependencies\Collections\ImmutableSegmentedDictionary.cs (4)
35
=> ImmutableSegmentedDictionary<TKey, TValue>.Empty.
AddRange
(items);
39
=> ImmutableSegmentedDictionary<TKey, TValue>.Empty.WithComparer(keyComparer).
AddRange
(items);
63
return ImmutableSegmentedDictionary<TKey, TValue>.Empty.WithComparer(keyComparer).
AddRange
(items);
81
.
AddRange
(source.Select(element => new KeyValuePair<TKey, TValue>(keySelector(element), elementSelector(element))));
src\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs (1)
317
=>
AddRange
(pairs);