2 references to RehydrateAsync
Microsoft.CodeAnalysis.Features (2)
FindUsages\IRemoteFindUsagesService.cs (2)
234var sourceSpans = await SourceSpans.SelectAsArrayAsync(static (ss, solution, cancellationToken) => ss.RehydrateAsync(solution, cancellationToken), solution, cancellationToken).ConfigureAwait(false); 307await SourceSpan.RehydrateAsync(solution, cancellationToken).ConfigureAwait(false),