1 instantiation of HoverParams
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
FileBasedProgramsWorkspaceTests.cs (1)
609new HoverParams() { Position = new Position(0, 0), TextDocument = new TextDocumentIdentifier { DocumentUri = nonFileUri } },
2 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)
607testLspServer.ExecuteRequestAsync<HoverParams, Hover>(