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