6 references to AddAll
Microsoft.CodeAnalysis (6)
AssemblyUtilities.cs (1)
84
assemblyReferences.
AddAll
(references);
Binding\UseSiteInfo.cs (1)
384
(_dependencies ??= new HashSet<TAssemblySymbol>()).
AddAll
(dependencies);
DiagnosticAnalyzer\AnalyzerExecutor.cs (4)
774
endActions.
AddAll
(scope.CodeBlockEndActions);
875
endActions.
AddAll
(scope.OperationBlockEndActions);
945
blockActions.
AddAll
(actions);
948
blockEndActions.
AddAll
(endActions);