12 references to GetMethodIL
ILCompiler.ReadyToRun (12)
Compiler\ProfileDataManager.cs (1)
188MethodIL il = comp.GetMethodIL(method);
JitInterface\CorInfoImpl.ReadyToRun.cs (7)
773MethodIL methodIL = compilation.GetMethodIL(method); 806MethodIL methodIL = _compilation.GetMethodIL(MethodBeingCompiled); 988MethodIL methodIL = _compilation.GetMethodIL(MethodBeingCompiled); 1572&& ((TypeDesc)ResolveTokenInScope(_compilation.GetMethodIL(MethodBeingCompiled), MethodBeingCompiled, (mdToken)classTokenOrOffset)).IsWellKnownType(WellKnownType.Exception)) 3255stubIL = _compilation.GetMethodIL(method); 3310MethodIL methodIL = _compilation.GetMethodIL(MethodBeingCompiled); 3387MethodIL methodIL = _compilation.GetMethodIL(typicalMethod);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
1301MethodIL methodIL = method.IsUnboxingThunk() ? null : _compilation.GetMethodIL(method); 1330var calleeIL = _compilation.GetMethodIL(calleeMethod); 1363var methodIL = _compilation.GetMethodIL(HandleToObject(ftn)); 1622MethodILScope scope = jitInterface._compilation.GetMethodIL(methodWithToken.Method);