6 references to TryRehydrateAsync
Microsoft.CodeAnalysis.Workspaces (6)
FindSymbols\Declarations\DeclarationFinder_AllDeclarations.cs (1)
166var rehydrated = await dehydrated.TryRehydrateAsync(solution, cancellationToken).ConfigureAwait(false);
FindSymbols\FindReferences\DependentTypeFinder_Remote.cs (1)
88var rehydrated = await item.TryRehydrateAsync(solution, cancellationToken).ConfigureAwait(false);
FindSymbols\SymbolFinder.FindReferencesServerCallback.cs (1)
48var symbol = await symbolAndProjectId.TryRehydrateAsync(solution, cancellationToken).ConfigureAwait(false);
Remote\RemoteArguments.cs (1)
195var symbol = await Alias.TryRehydrateAsync(solution, cancellationToken).ConfigureAwait(false);
Rename\IRemoteRenamerService.cs (1)
128static (sym, solution, cancellationToken) => sym.TryRehydrateAsync(solution, cancellationToken), solution, cancellationToken).ConfigureAwait(false);
Rename\LightweightRenameLocations.cs (1)
52static (sym, solution, cancellationToken) => sym.TryRehydrateAsync(solution, cancellationToken), Solution, cancellationToken).ConfigureAwait(false);