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)
56return await RehydrateAsync(solution, result.Value, cancellationToken).ConfigureAwait(false); 94return await RehydrateAsync(project.Solution, result.Value, cancellationToken).ConfigureAwait(false); 127return await RehydrateAsync(solution, result.Value, cancellationToken).ConfigureAwait(false); 160return await RehydrateAsync(project.Solution, result.Value, cancellationToken).ConfigureAwait(false);