2 references to CreateErrorMessage
ILCompiler.Compiler (2)
Compiler\Logger.cs (1)
158MessageContainer? error = MessageContainer.CreateErrorMessage(origin, id, args);
src\runtime\src\coreclr\tools\Common\Compiler\ProcessLinkerXmlBase.cs (1)
124throw new NativeAotFatalErrorException(MessageContainer.CreateErrorMessage(null, DiagnosticId.ErrorProcessingXmlLocation, _xmlDocumentLocation), ex);