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