8 references to ContainsProject
Microsoft.CodeAnalysis.Workspaces (8)
Workspace\Solution\Solution.cs (1)
109public bool ContainsProject([NotNullWhen(returnValue: true)] ProjectId? projectId) => _state.ContainsProject(projectId);
Workspace\Solution\SolutionState.CompilationTracker.cs (2)
1157if (solution.ContainsProject(dependentProjectReference.ProjectId)) 1188if (solution.ContainsProject(dependentProjectReference.ProjectId))
Workspace\Solution\SolutionState.cs (5)
305this.ContainsProject(documentId.ProjectId) && 316this.ContainsProject(documentId.ProjectId) && 327this.ContainsProject(documentId.ProjectId) && 2035if (this.ContainsProject(projectId)) 2043if (!this.ContainsProject(projectId))