6 references to WithComparer
Microsoft.Build (6)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\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\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedDictionary`2.cs (1)
180return Empty.WithComparer(self.KeyComparer);