3 references to AddRange
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Diagnostics\DiagnosticAnalyzerServiceTests.cs (1)
662
diagnostics.
AddRange
(e.Diagnostics);
Microsoft.CodeAnalysis.Features (2)
CodeLens\CodeLensFindReferenceProgress.cs (1)
112
_locations.
AddRange
(locations.Where(location => location.IsInSource));
Workspace\BackgroundCompiler.cs (1)
89
_mostRecentCompilations.
AddRange
(compilations);