2 instantiations of VSInternalDataTip
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\DataTips\DataTipRangeHandler.cs (1)
42return new VSInternalDataTip
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
DataTips\DataTipRangeHandlerTests.cs (1)
46Assert.Equal(new LSP.VSInternalDataTip
5 references to VSInternalDataTip
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\DataTips\DataTipRangeHandler.cs (2)
21: ILspServiceDocumentRequestHandler<TextDocumentPositionParams, VSInternalDataTip?> 29public async Task<VSInternalDataTip?> HandleRequestAsync(TextDocumentPositionParams request, RequestContext context, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
DataTips\DataTipRangeHandlerTests.cs (3)
18private static async Task<LSP.VSInternalDataTip?> RunAsync(TestLspServer testLspServer, LSP.Location caret) 20return await testLspServer.ExecuteRequestAsync<LSP.TextDocumentPositionParams, LSP.VSInternalDataTip?>( 43var result = await RunAsync(testLspServer, caret);