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