1 write to Workspace
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\DiagnosticItem\BaseDiagnosticAndGeneratorItemSource.cs (1)
33Workspace = workspace;
9 references to Workspace
Microsoft.VisualStudio.LanguageServices.Implementation (9)
SolutionExplorer\DiagnosticItem\BaseDiagnosticAndGeneratorItemSource.cs (5)
62var project = Workspace.CurrentSolution.GetProject(ProjectId); 80var project = Workspace.CurrentSolution.GetRequiredProject(ProjectId); 87Workspace.WorkspaceChanged += OnWorkspaceChangedLookForOptionsChanges; 137Workspace.WorkspaceChanged -= OnWorkspaceChangedLookForOptionsChanges; 143Workspace.WorkspaceChanged -= OnWorkspaceChangedLookForOptionsChanges;
SolutionExplorer\DiagnosticItem\CpsDiagnosticItemSource.cs (4)
34_analyzerReference = TryGetAnalyzerReference(Workspace.CurrentSolution); 42Workspace.WorkspaceChanged += OnWorkspaceChangedLookForAnalyzer; 46var analyzerReference = TryGetAnalyzerReference(Workspace.CurrentSolution); 59Workspace.WorkspaceChanged -= OnWorkspaceChangedLookForAnalyzer;