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