8 references to ObjectToHandle
ILCompiler.ReadyToRun (8)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (8)
2005pResolvedToken.hField = ObjectToHandle(field); 2635return ObjectToHandle(field); 2653parNode->diagFieldHnd = field == null ? null : ObjectToHandle(field); 2740treeNode->diagFieldHnd = ObjectToHandle(fd); 3583pAsyncInfoOut.continuationNextFldHnd = ObjectToHandle(continuation.GetKnownField("Next"u8)); 3584pAsyncInfoOut.continuationResumeInfoFldHnd = ObjectToHandle(continuation.GetKnownField("ResumeInfo"u8)); 3585pAsyncInfoOut.continuationStateFldHnd = ObjectToHandle(continuation.GetKnownField("State"u8)); 3586pAsyncInfoOut.continuationFlagsFldHnd = ObjectToHandle(continuation.GetKnownField("Flags"u8));