5 references to RehydrateAsync
Microsoft.CodeAnalysis.Workspaces (5)
FindSymbols\Declarations\DeclarationFinder_AllDeclarations.cs (1)
52return await RehydrateAsync(solution, result.Value, cancellationToken).ConfigureAwait(false);
FindSymbols\Declarations\DeclarationFinder_SourceDeclarations.cs (4)
58return await RehydrateAsync(solution, result.Value, cancellationToken).ConfigureAwait(false); 96return await RehydrateAsync(project.Solution, result.Value, cancellationToken).ConfigureAwait(false); 129return await RehydrateAsync(solution, result.Value, cancellationToken).ConfigureAwait(false); 162return await RehydrateAsync(project.Solution, result.Value, cancellationToken).ConfigureAwait(false);