3 references to _methodILScopeToHandle
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
729
_methodILScopeToHandle
.Clear();
792
if (!
_methodILScopeToHandle
.TryGetValue(owningMethod, out IntPtr handle))
793
_methodILScopeToHandle
[owningMethod] = handle = ObjectToHandleUnchecked((object)methodIL);