6 references to Add
Microsoft.CodeAnalysis (6)
CommandLine\TouchedFileLogger.cs (2)
34_readFiles.Add(path); 44_writtenFiles.Add(path);
DiagnosticAnalyzer\AnalyzerDriver.cs (2)
513analysisOptions.LogAnalyzerExecutionTime, addCategorizedLocalDiagnostic, addCategorizedNonLocalDiagnostic, s => _programmaticSuppressions!.Add(s)); 1999suppressedDiagnosticIds?.Add(diagnostic.Id);
InternalUtilities\ConcurrentSet.cs (2)
93Add(v); 173Add(item);