1 implementation of OnItemsFoundAsync
Microsoft.CodeAnalysis.Features (1)
NavigateTo\IRemoteNavigateToSearchService.cs (1)
43
public ValueTask
OnItemsFoundAsync
(RemoteServiceCallbackId callbackId, ImmutableArray<RoslynNavigateToItem> items)
1 reference to OnItemsFoundAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\NavigateToSearch\RemoteNavigateToSearchService.cs (1)
35
async (array, _, cancellationToken) => await _callback.InvokeAsync((callback, cancellationToken) => callback.
OnItemsFoundAsync
(callbackId, array), cancellationToken).ConfigureAwait(false),