24 references to AddRange
Microsoft.CodeAnalysis.Features (16)
AddMissingReference\AbstractAddMissingReferenceCodeFixProvider.cs (1)
66
uniqueIdentities.
AddRange
(assemblyIds);
AddPackage\AbstractAddPackageCodeFixProvider.cs (1)
86
result.
AddRange
(packagesWithAssembly);
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (4)
232
referenceDocuments.
AddRange
(refDocumentIds);
629
allNamespaceNameParts.
AddRange
(oldNamespaceParts);
630
allNamespaceNameParts.
AddRange
(newNamespaceParts);
816
linkedDocumentsToSkip.
AddRange
(document.GetLinkedDocumentIds());
EditAndContinue\CommittedSolution.cs (1)
468
_staleProjects.
AddRange
(projectsToStale);
ExtractMethod\MethodExtractor.Analyzer.cs (1)
526
symbolSet.
AddRange
(symbols);
LanguageServices\AnonymousTypeDisplayService\AbstractStructuralTypeDisplayService.cs (2)
105
typeParts.
AddRange
(structuralType.ToMinimalDisplayParts(semanticModel, position));
109
typeParts.
AddRange
(GetAnonymousTypeParts(structuralType, semanticModel, position));
NavigateTo\AbstractNavigateToSearchService.cs (1)
65
instance.
AddRange
(items);
NavigateTo\NavigateToSearcher.cs (1)
330
projectsSet.
AddRange
(projects);
Shared\Extensions\DocumentExtensions.cs (2)
60
totalItems.
AddRange
(values.NullToEmpty());
65
totalItems.
AddRange
(values.NullToEmpty());
UseAutoProperty\AbstractUseAutoPropertyCodeFixProvider.cs (2)
168
linkedFiles.
AddRange
(fieldDocument.GetLinkedDocumentIds());
169
linkedFiles.
AddRange
(propertyDocument.GetLinkedDocumentIds());
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\CodeActions\CodeActionResolveHelper.cs (1)
320
modifiedDocumentIds.
AddRange
(linkedDocuments);
Handler\Completion\CompletionResultFactory.cs (1)
425
commitCharacters.
AddRange
(rule.Characters);
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (2)
254
analyzersSet.
AddRange
(projectAnalyzers);
255
analyzersSet.
AddRange
(hostAnalyzers);
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\FindReferences\FindReferencesSearchEngine.cs (2)
93
unifiedSymbols.
AddRange
(symbols);
354
GetGlobalAliasesSet(symbolToGlobalAliases, symbol).
AddRange
(aliases);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\LanguageServices\RemoveUnnecessaryImports\AbstractRemoveUnnecessaryImportsService.cs (1)
30
unnecessaryImports.
AddRange
(UnnecessaryImportsProvider.GetUnnecessaryImports(
Workspace\Workspace.cs (1)
1667
infoChangedDocumentIds.
AddRange
(linkedDocuments);