8 references to ObjectToHandle
ILCompiler.ReadyToRun (8)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (8)
2036pResolvedToken.hField = ObjectToHandle(field); 2666return ObjectToHandle(field); 2717parNode->diagFieldHnd = field == null ? null : ObjectToHandle(field); 2800treeNode->diagFieldHnd = ObjectToHandle(fd); 3643pAsyncInfoOut.continuationNextFldHnd = ObjectToHandle(continuation.GetKnownField("Next"u8)); 3644pAsyncInfoOut.continuationResumeInfoFldHnd = ObjectToHandle(continuation.GetKnownField("ResumeInfo"u8)); 3645pAsyncInfoOut.continuationStateFldHnd = ObjectToHandle(continuation.GetKnownField("State"u8)); 3646pAsyncInfoOut.continuationFlagsFldHnd = ObjectToHandle(continuation.GetKnownField("Flags"u8));