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