1 instantiation of VSInternalHover
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Hover\HoverHandler.cs (1)
121
return new
VSInternalHover
4 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)
42
AddOrReplaceConverter<Hover,
VSInternalHover
>();
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Hover\HoverTests.cs (2)
614
var
vsHover = Assert.IsType<LSP.
VSInternalHover
>(hover);