1 instantiation of VSInternalHover
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Hover\HoverHandler.cs (1)
121
return new
VSInternalHover
2 references to VSInternalHover
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Hover\HoverHandler.cs (1)
106
private static async Task<
VSInternalHover
> CreateVsHoverAsync(
Protocol\Internal\Converters\VSInternalExtensionUtilities.cs (1)
41
AddOrReplaceConverter<Hover,
VSInternalHover
>();