3 references to GatherExceptionHelpers
NuGet.PackageManagement (3)
NuGetPackageManager.cs (3)
1220
GatherExceptionHelpers
.ThrowIfVersionIsDisallowedByPackagesConfig(primaryTargetIds, projectInstalledPackageReferences, prunedAvailablePackages, log);
1231
GatherExceptionHelpers
.ThrowIfNewerVersionAlreadyReferenced(packageId, projectInstalledPackageReferences, prunedAvailablePackages);
1902
GatherExceptionHelpers
.ThrowIfVersionIsDisallowedByPackagesConfig(packageIdentity.Id, projectInstalledPackageReferences, prunedAvailablePackages, log);