7 references to GetMethodIL
ILCompiler.Compiler (1)
IL\ILImporter.Scanner.cs (1)
88
methodIL = compilation.
GetMethodIL
(method);
ILCompiler.RyuJit (6)
JitInterface\CorInfoImpl.RyuJit.cs (2)
70
methodIL ??= _compilation.
GetMethodIL
(MethodBeingCompiled);
2024
if (_compilation.
GetMethodIL
(method) is Internal.IL.Stubs.PInvokeILStubMethodIL stub)
parent\parent\Common\JitInterface\CorInfoImpl.cs (4)
1357
MethodIL methodIL = method.IsUnboxingThunk() ? null : _compilation.
GetMethodIL
(method);
1396
var calleeIL = _compilation.
GetMethodIL
(calleeMethod);
1429
var methodIL = _compilation.
GetMethodIL
(HandleToObject(ftn));
1688
MethodILScope scope = jitInterface._compilation.
GetMethodIL
(methodWithToken.Method);