4 references to ChangeProgressStatus
Microsoft.CodeAnalysis.Features (4)
SolutionCrawler\SolutionCrawlerProgressReporter.cs (4)
41public void Start() => ChangeProgressStatus(ref _progressStartCount, ProgressStatus.Started); 42public void Stop() => ChangeProgressStatus(ref _progressStartCount, ProgressStatus.Stopped); 44private void Evaluate() => ChangeProgressStatus(ref _progressEvaluateCount, ProgressStatus.Evaluating); 45private void Pause() => ChangeProgressStatus(ref _progressEvaluateCount, ProgressStatus.Paused);