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