4 references to Error
NuGet.CommandLine.XPlat (4)
Commands\Package\Update\PackageUpdateCommandRunner.cs (4)
66return ExitCodes.Error; 96return ExitCodes.Error; 300int? errorCode = packagesToUpdate is null ? ExitCodes.Error : null; 321int? errorCode = packagesToUpdate is null ? ExitCodes.Error : null;