2 implementations of InProgress
Microsoft.CodeAnalysis.Features (2)
SolutionCrawler\SolutionCrawlerProgressReporter.cs (2)
39public bool InProgress => _progressStartCount > 0; 101public bool InProgress => false;
3 references to InProgress
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
SolutionCrawler\WorkCoordinatorTests.cs (1)
1384Assert.False(reporter.InProgress);
Microsoft.VisualStudio.LanguageServices (2)
Diagnostics\DiagnosticProgressReporter.cs (1)
104if (reporter.InProgress)
TableDataSource\AbstractRoslynTableDataSource.cs (1)
55SolutionCrawlerProgressChanged(reporter.InProgress);