Base:
method
GetHelpTermAsync
Microsoft.VisualStudio.LanguageServices.Implementation.F1Help.AbstractHelpContextService.GetHelpTermAsync(Microsoft.CodeAnalysis.Document, Microsoft.CodeAnalysis.Text.TextSpan, System.Threading.CancellationToken)
1 reference to GetHelpTermAsync
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
Help\HelpTests.vb (1)
21Assert.Equal(expected, Await service.GetHelpTermAsync(workspace.CurrentSolution.Projects.First().Documents.First(), workspace.Documents.First().SelectedSpans.First(), CancellationToken.None))