1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (1)
62_workspace = workspace;
6 references to _workspace
Microsoft.VisualStudio.LanguageServices (6)
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (6)
93var currentSolution = _workspace.CurrentSolution; 104.Where(p => _workspace.GetHierarchy(p.Id) == hierarchy); 193command.Text = GetBackgroundAnalysisScope(_workspace.CurrentSolution, _globalOptions) switch 309var solution = _workspace.CurrentSolution; 352var projectMap = _workspace.Services.GetRequiredService<IHierarchyItemToProjectIdMap>(); 356return _workspace.CurrentSolution.GetProject(projectId);