11 references to Empty
Microsoft.CodeAnalysis.Workspaces (11)
Diagnostics\Extensions.cs (1)
85
private static ImmutableSegmentedDictionary<Type, string> s_typeToAssemblyQualifiedName = ImmutableSegmentedDictionary<Type, string>.
Empty
;
src\Dependencies\Collections\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\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (3)
180
return
Empty
.WithComparer(self.KeyComparer);
279
if (keyComparer ==
Empty
.KeyComparer)
281
return
Empty
;
Workspace\Solution\SolutionCompilationState.cs (1)
94
projectIdToTrackerMap: ImmutableSegmentedDictionary<ProjectId, ICompilationTracker>.
Empty
,