10 references to ContainsProject
Microsoft.CodeAnalysis.Workspaces (10)
Workspace\Solution\Solution.cs (1)
144=> this.SolutionState.ContainsProject(projectId);
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (2)
1050if (compilationState.SolutionState.ContainsProject(dependentProjectReference.ProjectId)) 1087if (compilationState.SolutionState.ContainsProject(dependentProjectReference.ProjectId))
Workspace\Solution\SolutionState.cs (6)
286this.ContainsProject(documentId.ProjectId) && 297this.ContainsProject(documentId.ProjectId) && 308this.ContainsProject(documentId.ProjectId) && 792!ContainsProject(projectReference.ProjectId)) 1372if (this.ContainsProject(projectId)) 1380if (!this.ContainsProject(projectId))
Workspace\Solution\SolutionState_Checksum.cs (1)
174if (this.ContainsProject(refProject.ProjectId))