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