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); 61return existingDictionary.WithComparer(keyComparer); 63return ImmutableSegmentedDictionary<TKey, TValue>.Empty.WithComparer(keyComparer).AddRange(items); 80return ImmutableSegmentedDictionary<TKey, TValue>.Empty.WithComparer(keyComparer)
src\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs (1)
178return Empty.WithComparer(self.KeyComparer);