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