12 references to Empty
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SourceGeneratorExecutionVersion.cs (1)
62
: this(ImmutableSortedDictionary<ProjectId, SourceGeneratorExecutionVersion>.
Empty
)
RunTests (1)
AssemblyScheduler.cs (1)
111
var currentWorkItem = ImmutableSortedDictionary<AssemblyInfo, ImmutableArray<TestMethodInfo>>.
Empty
.Add(assembly, ImmutableArray<TestMethodInfo>.Empty);
System.Collections.Immutable (10)
System\Collections\Immutable\ImmutableSortedDictionary.cs (8)
23
return ImmutableSortedDictionary<TKey, TValue>.
Empty
;
35
return ImmutableSortedDictionary<TKey, TValue>.
Empty
.WithComparers(keyComparer);
48
return ImmutableSortedDictionary<TKey, TValue>.
Empty
.WithComparers(keyComparer, valueComparer);
60
return ImmutableSortedDictionary<TKey, TValue>.
Empty
.AddRange(items);
73
return ImmutableSortedDictionary<TKey, TValue>.
Empty
.WithComparers(keyComparer).AddRange(items);
87
return ImmutableSortedDictionary<TKey, TValue>.
Empty
.WithComparers(keyComparer, valueComparer).AddRange(items);
144
return ImmutableSortedDictionary<TKey, TValue>.
Empty
.WithComparers(keyComparer, valueComparer)
209
return ImmutableSortedDictionary<TKey, TValue>.
Empty
.WithComparers(keyComparer, valueComparer).AddRange(source);
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (2)
84
return _root.IsEmpty ? this :
Empty
.WithComparers(_keyComparer, _valueComparer);
742
?
Empty
.WithComparers(keyComparer, valueComparer)