2 writes to IsProject
NuGet.Commands (2)
RestoreCommand\Logging\TransitiveNoWarnUtils.cs (2)
638IsProject = isProject; 645IsProject = isProject;
5 references to IsProject
NuGet.Commands (5)
RestoreCommand\Logging\TransitiveNoWarnUtils.cs (5)
172var nodeIsProject = node.IsProject; 653hashCode.AddObject(IsProject); 675return IsProject == other.IsProject && 682return $"{(IsProject ? "Project" : "Package")}/{Id}";