6 references to SelectAsArrayAsync
Microsoft.CodeAnalysis.Workspaces (6)
Rename\ConflictEngine\ConflictResolver.Session.cs (1)
538
.
SelectAsArrayAsync
(static (symbol, solution, cancellationToken) => GetSymbolLocationAsync(solution, symbol, cancellationToken), solution, _cancellationToken).ConfigureAwait(false))
Rename\IRemoteRenamerService.cs (3)
121
var locations = await serializableLocations.Locations.
SelectAsArrayAsync
(
124
var implicitLocations = await serializableLocations.ImplicitLocations.
SelectAsArrayAsync
(
127
var referencedSymbols = await serializableLocations.ReferencedSymbols.
SelectAsArrayAsync
(
Rename\LightweightRenameLocations.cs (2)
51
var referencedSymbols = await _referencedSymbols.
SelectAsArrayAsync
(
57
var implicitLocations = await _implicitLocations.
SelectAsArrayAsync
(