10 references to ContainsProject
Microsoft.CodeAnalysis.Workspaces (10)
Workspace\Solution\Solution.cs (1)
143
=> this.SolutionState.
ContainsProject
(projectId);
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (2)
1050
if (compilationState.SolutionState.
ContainsProject
(dependentProjectReference.ProjectId))
1087
if (compilationState.SolutionState.
ContainsProject
(dependentProjectReference.ProjectId))
Workspace\Solution\SolutionState.cs (6)
299
this.
ContainsProject
(documentId.ProjectId) &&
310
this.
ContainsProject
(documentId.ProjectId) &&
321
this.
ContainsProject
(documentId.ProjectId) &&
805
!
ContainsProject
(projectReference.ProjectId))
1385
if (this.
ContainsProject
(projectId))
1393
if (!this.
ContainsProject
(projectId))
Workspace\Solution\SolutionState_Checksum.cs (1)
174
if (this.
ContainsProject
(refProject.ProjectId))