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
72
EcmaMethod ilMethod =
ILMethod
;
92
var metadata = ReadyToRunStandaloneMethodMetadata.Compute(
ILMethod
);
117
sb.Append(nameMangler.GetMangledMethodName(
ILMethod
));