10 references to ContainsProject
Microsoft.CodeAnalysis.Workspaces (10)
Workspace\Solution\Solution.cs (1)
144
=> 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)
286
this.
ContainsProject
(documentId.ProjectId) &&
297
this.
ContainsProject
(documentId.ProjectId) &&
308
this.
ContainsProject
(documentId.ProjectId) &&
792
!
ContainsProject
(projectReference.ProjectId))
1372
if (this.
ContainsProject
(projectId))
1380
if (!this.
ContainsProject
(projectId))
Workspace\Solution\SolutionState_Checksum.cs (1)
174
if (this.
ContainsProject
(refProject.ProjectId))