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