6 references to WithComparer
Microsoft.CodeAnalysis.Collections.Package (6)
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)
ImmutableSegmentedDictionary`2.cs (1)
178return Empty.WithComparer(self.KeyComparer);