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