1 instantiation of NativeAotFatalErrorException
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\ProcessLinkerXmlBase.cs (1)
124
throw new
NativeAotFatalErrorException
(MessageContainer.CreateErrorMessage(null, DiagnosticId.ErrorProcessingXmlLocation, _xmlDocumentLocation), ex);
4 references to NativeAotFatalErrorException
ILCompiler.Compiler (4)
Compiler\Logging\NativeAotFatalErrorException.cs (4)
23
Debug.Assert(message.Category == MessageCategory.Error, $"'{nameof(
NativeAotFatalErrorException
)}' ought to be used for errors only");
24
Debug.Assert(message.Code != null && message.Code.Value != 0, $"'{nameof(
NativeAotFatalErrorException
)}' must have a code that indicates a failure");
33
Debug.Assert(message.Category == MessageCategory.Error, $"'{nameof(
NativeAotFatalErrorException
)}' ought to be used for errors only");
34
Debug.Assert(message.Code != null && message.Code.Value != 0, $"'{nameof(
NativeAotFatalErrorException
)}' must have a code that indicates failure");