2 references to ShouldConvertToUserFacingError
dotnet (2)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
303when (ToolUninstallCommandLowLevelErrorConverter.ShouldConvertToUserFacingError(ex))
Commands\Tool\Uninstall\ToolUninstallGlobalOrToolPathCommand.cs (1)
87catch (Exception ex) when (ToolUninstallCommandLowLevelErrorConverter.ShouldConvertToUserFacingError(ex))