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