2 references to Add
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DiagnosticAnalyzerService_CompilationWithAnalyzersPair.cs (1)
68map.Add(analyzers, lazy);
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
57this.Add(kv.Key, kv.Value);