7 references to _context
Microsoft.CodeAnalysis.Features (7)
FindUsages\IRemoteFindUsagesService.cs (7)
98=> _context.ProgressTracker.AddItemsAsync(count, cancellationToken); 101=> _context.ProgressTracker.ItemsCompletedAsync(count, cancellationToken); 104=> _context.ReportNoResultsAsync(message, cancellationToken); 107=> _context.ReportMessageAsync(message, NotificationSeverity.Information, cancellationToken); 110=> _context.SetSearchTitleAsync(title, cancellationToken); 124await _context.OnDefinitionFoundAsync(rehydrated, cancellationToken).ConfigureAwait(false); 136await _context.OnReferencesFoundAsync(ConvertAsync(references, cancellationToken), cancellationToken).ConfigureAwait(false);