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