2 references to s_handleHighBitSet
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
759handle = new IntPtr((long)s_handleHighBitSet | (long)handle); 771handle = (void*)(~s_handleHighBitSet & (nint)handle);