4 references to ILMethod
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\ILBodyFixupSignature.cs (4)
26/// <item>The IL body hash, computed from the <see cref="ILMethod"/> (the underlying EcmaMethod whose metadata 72EcmaMethod ilMethod = ILMethod; 92var metadata = ReadyToRunStandaloneMethodMetadata.Compute(ILMethod); 117sb.Append(nameMangler.GetMangledMethodName(ILMethod));