6 references to ContainsProject
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\Solution\Solution.cs (1)
136
=> this.SolutionState.
ContainsProject
(projectId);
Workspace\Solution\SolutionState.cs (5)
275
this.
ContainsProject
(documentId.ProjectId) &&
286
this.
ContainsProject
(documentId.ProjectId) &&
297
this.
ContainsProject
(documentId.ProjectId) &&
1346
if (this.
ContainsProject
(projectId))
1354
if (!this.
ContainsProject
(projectId))