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