10 references to ContainsProject
Microsoft.CodeAnalysis.Workspaces (10)
Workspace\Solution\Solution.cs (1)
143
=> this.SolutionState.
ContainsProject
(projectId);
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (2)
1059
if (compilationState.SolutionState.
ContainsProject
(dependentProjectReference.ProjectId))
1096
if (compilationState.SolutionState.
ContainsProject
(dependentProjectReference.ProjectId))
Workspace\Solution\SolutionState.cs (6)
301
this.
ContainsProject
(documentId.ProjectId) &&
312
this.
ContainsProject
(documentId.ProjectId) &&
323
this.
ContainsProject
(documentId.ProjectId) &&
804
!
ContainsProject
(projectReference.ProjectId))
1388
if (this.
ContainsProject
(projectId))
1396
if (!this.
ContainsProject
(projectId))
Workspace\Solution\SolutionState_Checksum.cs (1)
174
if (this.
ContainsProject
(refProject.ProjectId))