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