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