1 implementation of GetProgressReporter
Microsoft.CodeAnalysis.Features (1)
SolutionCrawler\SolutionCrawlerService.cs (1)
42public ISolutionCrawlerProgressReporter GetProgressReporter(Workspace workspace)
3 references to GetProgressReporter
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
SolutionCrawler\WorkCoordinatorTests.cs (1)
1383var reporter = service.GetProgressReporter(workspace);
Microsoft.VisualStudio.LanguageServices (2)
Diagnostics\DiagnosticProgressReporter.cs (1)
102var reporter = crawlerService.GetProgressReporter(_workspace);
TableDataSource\AbstractRoslynTableDataSource.cs (1)
51var reporter = crawlerService.GetProgressReporter(workspace);