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