1 write to Status
Microsoft.CodeAnalysis.Features (1)
SolutionCrawler\ISolutionCrawlerProgressReporter.cs (1)
40Status = type;
7 references to Status
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
SolutionCrawler\WorkCoordinatorTests.cs (2)
1392if (s.Status == ProgressStatus.Started) 1396else if (s.Status == ProgressStatus.Stopped)
Microsoft.CodeAnalysis.Features (1)
SolutionCrawler\ISolutionCrawlerProgressReporter.cs (1)
34/// null means N/A for the associated <see cref="Status"/>
Microsoft.VisualStudio.LanguageServices (4)
Diagnostics\DiagnosticProgressReporter.cs (3)
79/// when the <see cref="ProgressData.Status"/> is <see cref="ProgressStatus.PendingItemCountUpdated"/> 152if (progressData.Status == ProgressStatus.Stopped) 178var statusMessage = progressData.Status == ProgressStatus.Paused
TableDataSource\AbstractRoslynTableDataSource.cs (1)
60switch (progressData.Status)