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