4 references to SmallDictionary
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DiagnosticAnalyzerService_CompilationWithAnalyzersPair.cs (1)
58project.State, static _ => new(ChecksumAndAnalyzersEqualityComparer.Instance));
Microsoft.CodeAnalysis.Workspaces (3)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
42public static readonly SmallDictionary<K, V> Empty = new SmallDictionary<K, V>(null!); 44public SmallDictionary() : this(EqualityComparer<K>.Default) { } 52: this(comparer)