15 references to Empty
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\RoslynAnalyzers\Microsoft.CodeAnalysis.Analyzers\Core\MetaAnalyzers\ReleaseTrackingHelper.cs (1)
341: this(ImmutableSortedDictionary<string, ReleaseTrackingDataForRule>.Empty, ImmutableHashSet<Version>.Empty)
Microsoft.CodeAnalysis.Analyzers (1)
MetaAnalyzers\ReleaseTrackingHelper.cs (1)
341: this(ImmutableSortedDictionary<string, ReleaseTrackingDataForRule>.Empty, ImmutableHashSet<Version>.Empty)
Microsoft.CodeAnalysis.Razor.Compiler (2)
CSharp\DefaultUtf8WriteLiteralFeature.cs (2)
68ImmutableSortedDictionary<string, string>.Empty, 69ImmutableSortedDictionary<string, bool>.Empty);
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SourceGeneratorExecutionVersion.cs (1)
71: this(ImmutableSortedDictionary<ProjectId, SourceGeneratorExecutionVersion>.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)