5 references to SelectAsArrayAsync
Microsoft.CodeAnalysis.Features (1)
DocumentHighlighting\AbstractDocumentHighlightsService.cs (1)
56
return await result.Value.
SelectAsArrayAsync
(h => h.RehydrateAsync(solution)).ConfigureAwait(false);
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DocumentHighlights\RemoteDocumentHighlightsService.cs (1)
39
var documentsToSearch = await documentIdsToSearch.
SelectAsArrayAsync
(id => solution.GetDocumentAsync(id, includeSourceGenerated: true, cancellationToken)).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionState.CompilationTracker.cs (2)
788
await generatorInfo.Documents.States.Values.
SelectAsArrayAsync
(state => state.GetSyntaxTreeAsync(cancellationToken)).ConfigureAwait(false));
941
await generatedDocuments.States.Values.
SelectAsArrayAsync
(state => state.GetSyntaxTreeAsync(cancellationToken)).ConfigureAwait(false));
Microsoft.VisualStudio.LanguageServices (1)
LanguageService\AbstractLanguageService`2.VsLanguageDebugInfo.cs (1)
219
var debugNames = await breakpoints.
SelectAsArrayAsync
(