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