3 references to ObjectToHandle
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
806
methodInfo->scope =
ObjectToHandle
(methodIL);
933
sig->scope = scope is not null ?
ObjectToHandle
(scope) : null; // scope can be null for internal calls and COM methods.
1523
result.tokenScope = jitInterface.
ObjectToHandle
(scope);