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