Implemented interface member:
method
ReportNoResultsAsync
Microsoft.CodeAnalysis.FindUsages.IFindUsagesContext.ReportNoResultsAsync(System.String, System.Threading.CancellationToken)
2 overrides of ReportNoResultsAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\FindUsages\SimpleFindUsagesContext.cs (1)
31
public override ValueTask
ReportNoResultsAsync
(string message, CancellationToken cancellationToken)
Microsoft.VisualStudio.LanguageServices (1)
FindReferences\Contexts\AbstractTableDataSourceFindUsagesContext.cs (1)
533
public sealed override ValueTask
ReportNoResultsAsync
(string message, CancellationToken cancellationToken)
2 references to ReportNoResultsAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\VSTypeScriptFindUsagesContext.cs (1)
21
=> UnderlyingObject.
ReportNoResultsAsync
(message, cancellationToken);
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchQueryExecutor.cs (1)
112
await presenterContext.
ReportNoResultsAsync
(ServicesVSResources.Search_found_no_results_no_csharp_or_vb_projects_opened, cancellationToken).ConfigureAwait(false);