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