1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (1)
79_workspace = workspace;
12 references to _workspace
Microsoft.VisualStudio.LanguageServices (12)
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (12)
161var solution = _workspace.CurrentSolution; 259var originalSolution = _workspace.CurrentSolution; 276var newSolution = _workspace.CurrentSolution; 328_workspace, 353_workspace, 368if (newSolution == _workspace.CurrentSolution) 377_workspace.CurrentSolution, 383workspace: _workspace); 394_workspace, 406_diagnosticService.Reanalyze(_workspace, documentIds: reanalyzeDocuments, highPriority: true); 538var project = _workspace.CurrentSolution.GetProject(projectId); 628var project = _workspace.CurrentSolution.GetProject(projectId);