1 write to _progress
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolFinder.FindReferencesServerCallback.cs (1)
37_progress = progress;
8 references to _progress
Microsoft.CodeAnalysis.Workspaces (8)
FindSymbols\SymbolFinder.FindReferencesServerCallback.cs (8)
41=> _progress.ProgressTracker.AddItemsAsync(count, cancellationToken); 44=> _progress.ProgressTracker.ItemsCompletedAsync(count, cancellationToken); 47=> _progress.OnStartedAsync(cancellationToken); 50=> _progress.OnCompletedAsync(cancellationToken); 55await _progress.OnFindInDocumentStartedAsync(document, cancellationToken).ConfigureAwait(false); 61await _progress.OnFindInDocumentCompletedAsync(document, cancellationToken).ConfigureAwait(false); 87await _progress.OnDefinitionFoundAsync(symbolGroup, cancellationToken).ConfigureAwait(false); 117await _progress.OnReferenceFoundAsync(symbolGroup, symbol, referenceLocation, cancellationToken).ConfigureAwait(false);