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