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