2 references to ShouldConvertToUserFacingError
dotnet (2)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
319when (InstallToolCommandLowLevelErrorConverter.ShouldConvertToUserFacingError(ex))
Commands\Tool\Install\ToolInstallLocalInstaller.cs (1)
65catch (Exception ex) when (InstallToolCommandLowLevelErrorConverter.ShouldConvertToUserFacingError(ex))