8 references to ObjectToHandle
ILCompiler.ReadyToRun (8)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (8)
1932pResolvedToken.hField = ObjectToHandle(field); 2535return ObjectToHandle(field); 2553parNode->diagFieldHnd = field == null ? null : ObjectToHandle(field); 2640treeNode->diagFieldHnd = ObjectToHandle(fd); 3481pAsyncInfoOut.continuationNextFldHnd = ObjectToHandle(continuation.GetKnownField("Next"u8)); 3482pAsyncInfoOut.continuationResumeInfoFldHnd = ObjectToHandle(continuation.GetKnownField("ResumeInfo"u8)); 3483pAsyncInfoOut.continuationStateFldHnd = ObjectToHandle(continuation.GetKnownField("State"u8)); 3484pAsyncInfoOut.continuationFlagsFldHnd = ObjectToHandle(continuation.GetKnownField("Flags"u8));