13 references to _workspace
Microsoft.VisualStudio.LanguageServices (13)
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (13)
202var originalSolution = _workspace.CurrentSolution; 219var newSolution = _workspace.CurrentSolution; 271_workspace, 296_workspace, 311if (newSolution == _workspace.CurrentSolution) 321_workspace, 322_workspace.CurrentSolution, 340_workspace, 349_workspace.Services.GetRequiredService<IDiagnosticAnalyzerService>().RequestDiagnosticRefresh(); 474var project = _workspace.CurrentSolution.GetProject(projectId); 485var diagnosticService = _workspace.Services.GetRequiredService<IDiagnosticAnalyzerService>(); 554var project = _workspace.CurrentSolution.GetProject(projectId); 564var diagnosticService = _workspace.Services.GetRequiredService<IDiagnosticAnalyzerService>();