7 references to TextDocumentHoverName
Microsoft.CodeAnalysis.ExternalAccess.Xaml (1)
Internal\ClientCapabilityProvider.cs (1)
40
case LSP.Methods.
TextDocumentHoverName
:
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Hover\HoverHandler.cs (1)
25
[Method(Methods.
TextDocumentHoverName
)]
Protocol\Methods.Document.cs (1)
26
public static readonly LspRequest<HoverParams, Hover> TextDocumentHover = new(
TextDocumentHoverName
);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
Hover\HoverTests.cs (1)
608
return await testLspServer.ExecuteRequestAsync<LSP.TextDocumentPositionParams, LSP.Hover>(LSP.Methods.
TextDocumentHoverName
,
Miscellaneous\LspMiscellaneousFilesWorkspaceTests.cs (1)
342
var result = await testLspServer.ExecuteRequestAsync<LSP.TextDocumentPositionParams, LSP.Hover>(LSP.Methods.
TextDocumentHoverName
,
Workspaces\SourceGeneratedDocumentTests.cs (1)
96
var hover = await testLspServer.ExecuteRequestAsync<LSP.TextDocumentPositionParams, LSP.Hover>(LSP.Methods.
TextDocumentHoverName
,
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\Hover\HoverHandler.cs (1)
26
[Method(Methods.
TextDocumentHoverName
)]