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