2 references to SelectManyAsArray
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CodeFixes\CodeFixServiceTests.cs (1)
113
var codeActions = fixCollections.
SelectManyAsArray
(c => c.Fixes.Select(f => f.Action));
Microsoft.CodeAnalysis.Features (1)
NavigateTo\AbstractNavigateToSearchService.CachedDocumentSearch.cs (1)
79
var documentKeys = projects.
SelectManyAsArray
(p => p.Documents.Select(DocumentKey.ToDocumentKey));