12 references to GetMethodIL
ILCompiler.ReadyToRun (12)
Compiler\ProfileDataManager.cs (1)
188MethodIL il = comp.GetMethodIL(method);
JitInterface\CorInfoImpl.ReadyToRun.cs (7)
772MethodIL methodIL = compilation.GetMethodIL(method); 805MethodIL methodIL = _compilation.GetMethodIL(MethodBeingCompiled); 987MethodIL methodIL = _compilation.GetMethodIL(MethodBeingCompiled); 1569&& ((TypeDesc)ResolveTokenInScope(_compilation.GetMethodIL(MethodBeingCompiled), MethodBeingCompiled, (mdToken)classTokenOrOffset)).IsWellKnownType(WellKnownType.Exception)) 3455stubIL = _compilation.GetMethodIL(method); 3536MethodIL methodIL = _compilation.GetMethodIL(MethodBeingCompiled); 3613MethodIL methodIL = _compilation.GetMethodIL(typicalMethod);
parent\parent\Common\JitInterface\CorInfoImpl.cs (4)
1357MethodIL methodIL = method.IsUnboxingThunk() ? null : _compilation.GetMethodIL(method); 1396var calleeIL = _compilation.GetMethodIL(calleeMethod); 1429var methodIL = _compilation.GetMethodIL(HandleToObject(ftn)); 1688MethodILScope scope = jitInterface._compilation.GetMethodIL(methodWithToken.Method);