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