Implemented interface member:
method
ReportMessageAsync
Microsoft.CodeAnalysis.FindUsages.IFindUsagesContext.ReportMessageAsync(System.String, System.Threading.CancellationToken)
2 overrides of ReportMessageAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\FindUsages\SimpleFindUsagesContext.cs (1)
41public override ValueTask ReportMessageAsync(string message, CancellationToken cancellationToken)
Microsoft.VisualStudio.LanguageServices (1)
FindReferences\Contexts\AbstractTableDataSourceFindUsagesContext.cs (1)
443public sealed override ValueTask ReportMessageAsync(string message, CancellationToken cancellationToken)
1 reference to ReportMessageAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\VSTypeScriptFindUsagesContext.cs (1)
23=> UnderlyingObject.ReportMessageAsync(message, cancellationToken);