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