1 implementation of ReportMessageAsync
Microsoft.CodeAnalysis.Features (1)
FindUsages\IRemoteFindUsagesService.cs (1)
77
public ValueTask
ReportMessageAsync
(RemoteServiceCallbackId callbackId, string message, CancellationToken cancellationToken)
1 reference to ReportMessageAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\FindUsages\RemoteFindUsagesService.cs (1)
102
=> _callback.InvokeAsync((callback, cancellationToken) => callback.
ReportMessageAsync
(_callbackId, message, cancellationToken), cancellationToken);