7 references to GetMethodIL
ILCompiler.Compiler (1)
IL\ILImporter.Scanner.cs (1)
84
methodIL = compilation.
GetMethodIL
(method);
ILCompiler.RyuJit (6)
JitInterface\CorInfoImpl.RyuJit.cs (2)
70
methodIL ??= _compilation.
GetMethodIL
(MethodBeingCompiled);
2007
if (_compilation.
GetMethodIL
(method) is Internal.IL.Stubs.PInvokeILStubMethodIL stub)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
1268
MethodIL methodIL = method.IsUnboxingThunk() ? null : _compilation.
GetMethodIL
(method);
1297
var calleeIL = _compilation.
GetMethodIL
(calleeMethod);
1330
var methodIL = _compilation.
GetMethodIL
(HandleToObject(ftn));
1521
MethodILScope scope = jitInterface._compilation.
GetMethodIL
(methodWithToken.Method);