1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
AnalyzerDependency\AnalyzerFileWatcherService.cs (1)
55
_workspace
= workspace;
2 references to _workspace
Microsoft.VisualStudio.LanguageServices (2)
AnalyzerDependency\AnalyzerFileWatcherService.cs (2)
66
var project =
_workspace
.CurrentSolution.GetProject(projectId);
157
foreach (var project in
_workspace
.CurrentSolution.Projects)