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