1 write to RootProjectId
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\ProjectCone.cs (1)
23
RootProjectId
= rootProjectId;
4 references to RootProjectId
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\ProjectCone.cs (3)
13
/// with a <see cref="
RootProjectId
"/>, and contains both it and all dependent projects within <see cref="ProjectIds"/>.
34
=> other is not null && this.
RootProjectId
== other.
RootProjectId
&& this.ProjectIds.SetEquals(other.ProjectIds);
Workspace\Solution\StateChecksums.cs (1)
202
Contract.ThrowIfFalse(solutionState.TryGetStateChecksums(projectCone.
RootProjectId
, out var solutionChecksums));