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)
121var locations = await serializableLocations.Locations.SelectAsArrayAsync( 124var implicitLocations = await serializableLocations.ImplicitLocations.SelectAsArrayAsync( 127var referencedSymbols = await serializableLocations.ReferencedSymbols.SelectAsArrayAsync(
Rename\LightweightRenameLocations.cs (2)
51var referencedSymbols = await _referencedSymbols.SelectAsArrayAsync( 57var implicitLocations = await _implicitLocations.SelectAsArrayAsync(