12 references to GetMethodIL
ILCompiler.ReadyToRun (12)
Compiler\ProfileDataManager.cs (1)
188MethodIL il = comp.GetMethodIL(method);
JitInterface\CorInfoImpl.ReadyToRun.cs (7)
775MethodIL methodIL = compilation.GetMethodIL(method); 808MethodIL methodIL = _compilation.GetMethodIL(MethodBeingCompiled); 990MethodIL methodIL = _compilation.GetMethodIL(MethodBeingCompiled); 1609&& ((TypeDesc)ResolveTokenInScope(_compilation.GetMethodIL(MethodBeingCompiled), MethodBeingCompiled, (mdToken)classTokenOrOffset)).IsWellKnownType(WellKnownType.Exception)) 3272stubIL = _compilation.GetMethodIL(method); 3327MethodIL methodIL = _compilation.GetMethodIL(MethodBeingCompiled); 3404MethodIL methodIL = _compilation.GetMethodIL(typicalMethod);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
1268MethodIL methodIL = method.IsUnboxingThunk() ? null : _compilation.GetMethodIL(method); 1297var calleeIL = _compilation.GetMethodIL(calleeMethod); 1330var methodIL = _compilation.GetMethodIL(HandleToObject(ftn)); 1521MethodILScope scope = jitInterface._compilation.GetMethodIL(methodWithToken.Method);