4 references to NuGetActionType
NuGet.PackageManagement (4)
ConsoleProjectContext.cs (1)
78
public
NuGetActionType
ActionType { get; set; }
EmptyNuGetProjectContext.cs (1)
48
public
NuGetActionType
ActionType { get; set; }
INuGetProjectContext.cs (1)
55
NuGetActionType
ActionType { get; set; }
Projects\PackagesConfigNuGetProject.cs (1)
212
if (installedPackagesList.Count == 1 && nuGetProjectContext.ActionType ==
NuGetActionType
.Uninstall)