6 references to WithComparer
Microsoft.CodeAnalysis.Collections.Package (6)
Segmented\ImmutableSegmentedDictionary.cs (5)
25=> ImmutableSegmentedDictionary<TKey, TValue>.Empty.WithComparer(keyComparer); 41=> ImmutableSegmentedDictionary<TKey, TValue>.Empty.WithComparer(keyComparer).AddRange(items); 63return existingDictionary.WithComparer(keyComparer); 65return ImmutableSegmentedDictionary<TKey, TValue>.Empty.WithComparer(keyComparer).AddRange(items); 82return ImmutableSegmentedDictionary<TKey, TValue>.Empty.WithComparer(keyComparer)
Segmented\ImmutableSegmentedDictionary`2.cs (1)
180return Empty.WithComparer(self.KeyComparer);