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