1 write to PendingItemCount
Microsoft.CodeAnalysis.Features (1)
SolutionCrawler\ISolutionCrawlerProgressReporter.cs (1)
41PendingItemCount = pendingItemCount;
3 references to PendingItemCount
Microsoft.VisualStudio.LanguageServices (3)
Diagnostics\DiagnosticProgressReporter.cs (3)
78/// Unfortunately, <see cref="ProgressData.PendingItemCount"/> is only reported 159if (progressData.PendingItemCount.HasValue) 161_lastPendingItemCount = progressData.PendingItemCount.Value;