4 references to Stopped
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
SolutionCrawler\WorkCoordinatorTests.cs (1)
1396else if (s.Status == ProgressStatus.Stopped)
Microsoft.CodeAnalysis.Features (1)
SolutionCrawler\SolutionCrawlerProgressReporter.cs (1)
42public void Stop() => ChangeProgressStatus(ref _progressStartCount, ProgressStatus.Stopped);
Microsoft.VisualStudio.LanguageServices (2)
Diagnostics\DiagnosticProgressReporter.cs (1)
152if (progressData.Status == ProgressStatus.Stopped)
TableDataSource\AbstractRoslynTableDataSource.cs (1)
65case ProgressStatus.Stopped: