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