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