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