1 write to ProjectId
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\DiagnosticItem\BaseDiagnosticAndGeneratorItemSource.cs (1)
50ProjectId = projectId;
4 references to ProjectId
Microsoft.VisualStudio.LanguageServices.Implementation (4)
SolutionExplorer\DiagnosticItem\BaseDiagnosticAndGeneratorItemSource.cs (1)
98var project = this.Workspace.CurrentSolution.GetProject(this.ProjectId);
SolutionExplorer\DiagnosticItem\CpsDiagnosticItemSource.cs (3)
92if (!e.NewSolution.ContainsProject(ProjectId)) 99if (e.ProjectId == ProjectId || 115var project = solution.GetProject(ProjectId);