2 instantiations of HoverParams
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
FileBasedProgramsWorkspaceTests.cs (1)
905new HoverParams() { Position = new Position(0, 0), TextDocument = new TextDocumentIdentifier { DocumentUri = nonFileUri } },
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\HtmlRequestInvokerTest.cs (1)
71var hoverRequest = new HoverParams
3 references to HoverParams
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Methods.Document.cs (1)
26public static readonly LspRequest<HoverParams, Hover> TextDocumentHover = new(TextDocumentHoverName);
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
FileBasedProgramsWorkspaceTests.cs (1)
903testLspServer.ExecuteRequestAsync<HoverParams, Hover>(
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\HtmlRequestInvokerTest.cs (1)
71var hoverRequest = new HoverParams