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