1 write to _progressTracker
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindLiterals\FindLiteralsSearchEngine.cs (1)
43_progressTracker = progress.ProgressTracker;
3 references to _progressTracker
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\FindLiterals\FindLiteralsSearchEngine.cs (3)
76var disposable = await _progressTracker.AddSingleItemAsync(cancellationToken).ConfigureAwait(false); 88await _progressTracker.AddItemsAsync(count, cancellationToken).ConfigureAwait(false); 113await _progressTracker.ItemCompletedAsync(cancellationToken).ConfigureAwait(false);