2 references to TryRehydrateAsync
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\UnitTesting\API\UnitTestingSearchHelpers.cs (2)
42
return await location.Value.Value.
TryRehydrateAsync
(project.Solution, cancellationToken).ConfigureAwait(false);
67
result.AddIfNotNull(await location.
TryRehydrateAsync
(project.Solution, cancellationToken).ConfigureAwait(false));