2 implementations of ILspHoverResultCreationService
Microsoft.CodeAnalysis.EditorFeatures (1)
LanguageServer\EditorHoverCreationService.cs (1)
21internal sealed class EditorLspHoverResultCreationService : ILspHoverResultCreationService
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Hover\ILspHoverResultCreationService.cs (1)
25internal sealed class DefaultLspHoverResultCreationService : ILspHoverResultCreationService
4 references to ILspHoverResultCreationService
Microsoft.CodeAnalysis.EditorFeatures (1)
LanguageServer\EditorHoverCreationService.cs (1)
20[ExportWorkspaceService(typeof(ILspHoverResultCreationService), ServiceLayer.Editor), Shared]
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\Hover\HoverHandler.cs (2)
66var hoverService = document.Project.Solution.Services.GetRequiredService<ILspHoverResultCreationService>();
Handler\Hover\ILspHoverResultCreationService.cs (1)
24[ExportWorkspaceService(typeof(ILspHoverResultCreationService)), Shared]