4 references to HandleToObject
ILCompiler.ReadyToRun (4)
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
3320var sig = HandleToObject(callSiteSig->methodSignature); 3618var sig = HandleToObject(callSig->methodSignature); 3649var sig = HandleToObject(callSig->methodSignature);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1608CorInfoCallConvExtension callConv = GetUnmanagedCallConv(HandleToObject(sig->methodSignature), out pSuppressGCTransition);