2 references to GetHoverAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Hover\HoverHandler.cs (1)
49
return await
GetHoverAsync
(document, position, options, clientCapabilities, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (1)
Generator.cs (1)
397
var hover = await HoverHandler.
GetHoverAsync
(