3 references to ReportAndCatch
Microsoft.CodeAnalysis.InteractiveHost (3)
src\Compilers\Core\Portable\InternalUtilities\FatalError.cs (2)
193return ReportAndCatch(exception, severity); 223return ReportAndCatch(exception, severity);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\TaskExtensions.cs (1)
348FatalError.ReportAndCatch(exception);