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