2 implementations of InProgress
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerProgressReporter.cs (2)
39public bool InProgress => _progressStartCount > 0; 101public bool InProgress => false;