1 write to ProjectIds
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\ProjectCone.cs (1)
23ProjectIds = projectIds;
4 references to ProjectIds
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\ProjectCone.cs (4)
12/// with a <see cref="RootProjectId"/>, and contains both it and all dependent projects within <see cref="ProjectIds"/>. 27=> ProjectIds.Contains(projectId); 33=> other is not null && this.RootProjectId == other.RootProjectId && this.ProjectIds.SetEquals(other.ProjectIds);