1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
Diagnostics\DiagnosticProgressReporter.cs (1)
94
_workspace
= workspace;
2 references to _workspace
Microsoft.VisualStudio.LanguageServices (2)
Diagnostics\DiagnosticProgressReporter.cs (2)
101
var crawlerService =
_workspace
.Services.GetRequiredService<ISolutionCrawlerService>();
102
var reporter = crawlerService.GetProgressReporter(
_workspace
);