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