1 implementation of GetPresentationAsync
Microsoft.CodeAnalysis.Remote.Razor (1)
UriPresentation\RemoteUriPresentationService.cs (1)
28public ValueTask<Response> GetPresentationAsync(
1 reference to GetPresentationAsync
Microsoft.VisualStudio.LanguageServices.Razor (1)
LanguageClient\Cohost\CohostUriPresentationEndpoint.cs (1)
60(service, solutionInfo, cancellationToken) => service.GetPresentationAsync(solutionInfo, razorDocument.Id, request.Range.ToLinePositionSpan(), request.Uris, cancellationToken),