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