3 references to AddRange
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Diagnostics\DiagnosticAnalyzerServiceTests.cs (1)
662diagnostics.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);