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