10 references to AddAll
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
Extensions\SetExtensionTests.cs (3)
21
Assert.False(set.
AddAll
(new[] { "b", "c" }));
22
Assert.True(set.
AddAll
(new[] { "c", "d" }));
23
Assert.True(set.
AddAll
(new[] { "e", "f" }));
Microsoft.CodeAnalysis.Features (4)
AbstractRemoveUnnecessaryPragmaSuppressionsDiagnosticAnalyzer.cs (2)
178
idsToAnalyzeBuilder.
AddAll
(idToPragmasMap.Keys);
179
idsToAnalyzeBuilder.
AddAll
(idToSuppressMessageAttributesMap.Keys);
AddImport\AbstractAddImportFeatureService.cs (1)
256
seenReferences.
AddAll
(project.MetadataReferences.OfType<PortableExecutableReference>());
Completion\Providers\AbstractDocCommentCompletionProvider.cs (1)
213
existingTopLevelTags.
AddAll
(GetExistingTopLevelElementNames(syntax));
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\FindReferences\DependentTypeFinder.cs (2)
202
typesToSearchFor.
AddAll
(currentSourceAndMetadataTypes);
303
typesToSearchFor.
AddAll
(currentMetadataTypes);
Rename\SymbolicRenameLocations.cs (1)
146
locations.
AddAll
(