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