12 references to GetMethodIL
ILCompiler.ReadyToRun (12)
Compiler\ProfileDataManager.cs (1)
188MethodIL il = comp.GetMethodIL(method);
JitInterface\CorInfoImpl.ReadyToRun.cs (7)
781MethodIL methodIL = compilation.GetMethodIL(method); 814MethodIL methodIL = _compilation.GetMethodIL(MethodBeingCompiled); 996MethodIL methodIL = _compilation.GetMethodIL(MethodBeingCompiled); 1616&& ((TypeDesc)ResolveTokenInScope(_compilation.GetMethodIL(MethodBeingCompiled), MethodBeingCompiled, (mdToken)classTokenOrOffset)).IsWellKnownType(WellKnownType.Exception)) 3299stubIL = _compilation.GetMethodIL(method); 3354MethodIL methodIL = _compilation.GetMethodIL(MethodBeingCompiled); 3431MethodIL methodIL = _compilation.GetMethodIL(typicalMethod);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
1269MethodIL methodIL = method.IsUnboxingThunk() ? null : _compilation.GetMethodIL(method); 1298var calleeIL = _compilation.GetMethodIL(calleeMethod); 1331var methodIL = _compilation.GetMethodIL(HandleToObject(ftn)); 1520MethodILScope scope = jitInterface._compilation.GetMethodIL(methodWithToken.Method);