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