7 references to GetMethodIL
ILCompiler.Compiler (1)
IL\ILImporter.Scanner.cs (1)
88methodIL = compilation.GetMethodIL(method);
ILCompiler.RyuJit (6)
JitInterface\CorInfoImpl.RyuJit.cs (2)
70methodIL ??= _compilation.GetMethodIL(MethodBeingCompiled); 2024if (_compilation.GetMethodIL(method) is Internal.IL.Stubs.PInvokeILStubMethodIL stub)
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);