6 references to WithComparer
Microsoft.CodeAnalysis.Workspaces (6)
src\Dependencies\Collections\ImmutableSegmentedDictionary.cs (5)
23
=> ImmutableSegmentedDictionary<TKey, TValue>.Empty.
WithComparer
(keyComparer);
39
=> ImmutableSegmentedDictionary<TKey, TValue>.Empty.
WithComparer
(keyComparer).AddRange(items);
61
return existingDictionary.
WithComparer
(keyComparer);
63
return ImmutableSegmentedDictionary<TKey, TValue>.Empty.
WithComparer
(keyComparer).AddRange(items);
80
return ImmutableSegmentedDictionary<TKey, TValue>.Empty.
WithComparer
(keyComparer)
src\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs (1)
178
return Empty.
WithComparer
(self.KeyComparer);