1 implementation of ItemsCompletedAsync
Microsoft.CodeAnalysis.Features (1)
FindUsages\IRemoteFindUsagesService.cs (1)
68
public ValueTask
ItemsCompletedAsync
(RemoteServiceCallbackId callbackId, int count, CancellationToken cancellationToken)
1 reference to ItemsCompletedAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\FindUsages\RemoteFindUsagesService.cs (1)
93
=> _callback.InvokeAsync((callback, cancellationToken) => callback.
ItemsCompletedAsync
(_callbackId, count, cancellationToken), cancellationToken);