2 references to FatalError
Microsoft.CodeAnalysis.Threading.Package (2)
AsyncBatchingWorkQueue`2.cs (1)
281catch (Exception ex) when (FatalError.ReportAndPropagateUnlessCanceled(ex, ErrorSeverity.Critical))
src\Compilers\Core\Portable\InternalUtilities\FatalError.cs (1)
78var targetType = assembly.GetType(typeof(FatalError).FullName!, throwOnError: true)!;