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