1 write to s_jit
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
93s_jit = getJit();
4 references to s_jit
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
95if (s_jit != IntPtr.Zero) 97AppDomain.CurrentDomain.ProcessExit += (_, _) => JitProcessShutdownWork(s_jit); 98AppDomain.CurrentDomain.UnhandledException += (_, _) => JitProcessShutdownWork(s_jit); 104return s_jit;