3 references to ProgressData
Microsoft.CodeAnalysis.Features (2)
SolutionCrawler\SolutionCrawlerProgressReporter.cs (2)
51var progressData = new ProgressData(ProgressStatus.PendingItemCountUpdated, pendingItemCount); 71var progressData = new ProgressData(status, pendingItemCount: null);
Microsoft.VisualStudio.LanguageServices (1)
Diagnostics\DiagnosticProgressReporter.cs (1)
107OnSolutionCrawlerProgressChanged(this, new ProgressData(ProgressStatus.Started, pendingItemCount: null));