4 references to Method
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\MethodFixupSignature.cs (3)
58!Method.IsAbstract && 59!Method.HasInstantiation && 60Method.GetCanonMethodTarget(CanonicalFormKind.Specific) is var canonMethod &&
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunkPortableEntrypoint.cs (1)
85MethodDesc method = ((MethodFixupSignature)(_import.Signature)).Method;