1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (1)
60_workspace = workspace;
6 references to _workspace
Microsoft.VisualStudio.LanguageServices (6)
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (6)
90var currentSolution = _workspace.CurrentSolution; 102.Where(p => _workspace.GetHierarchy(p.Id) == hierarchy); 191command.Text = GetBackgroundAnalysisScope(_workspace.CurrentSolution, _globalOptions) switch 307var solution = _workspace.CurrentSolution; 414var projectMap = _workspace.Services.GetRequiredService<IHierarchyItemToProjectIdMap>(); 418return _workspace.CurrentSolution.GetProject(projectId);