2 references to JitProcessShutdownWork
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
96AppDomain.CurrentDomain.ProcessExit += (_, _) => JitProcessShutdownWork(s_jit); 97AppDomain.CurrentDomain.UnhandledException += (_, _) => JitProcessShutdownWork(s_jit);