4 references to Error
NuGet.CommandLine.XPlat (4)
Commands\Package\Update\PackageUpdateCommandRunner.cs (4)
74return ExitCodes.Error; 104return ExitCodes.Error; 370int? errorCode = packagesToUpdate is null ? ExitCodes.Error : null; 391int? errorCode = packagesToUpdate is null ? ExitCodes.Error : null;