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