Base:
method
GetMethodIL
Internal.IL.ILProvider.GetMethodIL(Internal.TypeSystem.MethodDesc)
6 references to GetMethodIL
ILCompiler.ReadyToRun (6)
Compiler\ReadyToRunCodegenCompilation.cs (2)
214
MethodIL methodIL = ILProvider.
GetMethodIL
(key);
785
MethodIL il = _methodILCache.ILProvider.
GetMethodIL
(method);
Compiler\ReadyToRunCompilationModuleGroupBase.cs (1)
578
MethodIL methodIL = new ReadyToRunILProvider(this).
GetMethodIL
(method);
IL\ReadyToRunILProvider.cs (3)
62
return
GetMethodIL
(createDefaultInstance.MakeInstantiatedMethod(type));
242
:
GetMethodIL
(amv.Target);
259
var methodDefinitionIL =
GetMethodIL
(method.GetTypicalMethodDefinition());