5 references to Started
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
SolutionCrawler\WorkCoordinatorTests.cs (1)
1392if (s.Status == ProgressStatus.Started)
Microsoft.CodeAnalysis.Features (2)
SolutionCrawler\SolutionCrawlerProgressReporter.cs (2)
41public void Start() => ChangeProgressStatus(ref _progressStartCount, ProgressStatus.Started); 68var start = status is ProgressStatus.Started or ProgressStatus.Evaluating;
Microsoft.VisualStudio.LanguageServices (2)
Diagnostics\DiagnosticProgressReporter.cs (1)
107OnSolutionCrawlerProgressChanged(this, new ProgressData(ProgressStatus.Started, pendingItemCount: null));
TableDataSource\AbstractRoslynTableDataSource.cs (1)
62case ProgressStatus.Started: