1 write to _context
Microsoft.CodeAnalysis.Features (1)
FindUsages\IRemoteFindUsagesService.cs (1)
96_context = context;
8 references to _context
Microsoft.CodeAnalysis.Features (8)
FindUsages\IRemoteFindUsagesService.cs (8)
100=> _context.GetOptionsAsync(language, cancellationToken); 103=> _context.ProgressTracker.AddItemsAsync(count, cancellationToken); 106=> _context.ProgressTracker.ItemsCompletedAsync(count, cancellationToken); 109=> _context.ReportMessageAsync(message, cancellationToken); 112=> _context.ReportInformationalMessageAsync(message, cancellationToken); 115=> _context.SetSearchTitleAsync(title, cancellationToken); 129await _context.OnDefinitionFoundAsync(rehydrated, cancellationToken).ConfigureAwait(false); 142await _context.OnReferenceFoundAsync(rehydrated, cancellationToken).ConfigureAwait(false);