9 references to Empty
Microsoft.Build (9)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedDictionary.cs (6)
21
=> ImmutableSegmentedDictionary<TKey, TValue>.
Empty
;
25
=> ImmutableSegmentedDictionary<TKey, TValue>.
Empty
.WithComparer(keyComparer);
37
=> ImmutableSegmentedDictionary<TKey, TValue>.
Empty
.AddRange(items);
41
=> ImmutableSegmentedDictionary<TKey, TValue>.
Empty
.WithComparer(keyComparer).AddRange(items);
65
return ImmutableSegmentedDictionary<TKey, TValue>.
Empty
.WithComparer(keyComparer).AddRange(items);
82
return 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 (3)
180
return
Empty
.WithComparer(self.KeyComparer);
279
if (keyComparer ==
Empty
.KeyComparer)
281
return
Empty
;