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