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