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