1 write to ProjectIds
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\ProjectCone.cs (1)
23
ProjectIds
= projectIds;
6 references to ProjectIds
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Host\RemoteWorkspace.SolutionCreator.cs (2)
122
Debug.Assert(projectCone.
ProjectIds
.Count == newVersions.Map.Count);
123
Debug.Assert(projectCone.
ProjectIds
.All(id => newVersions.Map.ContainsKey(id)));
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
);