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