7 references to ContainsProject
Microsoft.CodeAnalysis.Workspaces (7)
Workspace\Solution\Solution.cs (1)
144=> this.SolutionState.ContainsProject(projectId);
Workspace\Solution\SolutionState.cs (6)
285this.ContainsProject(documentId.ProjectId) && 296this.ContainsProject(documentId.ProjectId) && 307this.ContainsProject(documentId.ProjectId) && 783!ContainsProject(projectReference.ProjectId)) 1361if (this.ContainsProject(projectId)) 1369if (!this.ContainsProject(projectId))