12 references to Method
ILCompiler.ReadyToRun (12)
Compiler\DependencyAnalysis\ReadyToRun\MethodFixupSignature.cs (11)
57
MethodDesc canonMethod =
Method
.GetCanonMethodTarget(CanonicalFormKind.Specific);
59
!
Method
.IsAbstract &&
60
!
Method
.HasInstantiation &&
79
Method
.IsVirtual &&
80
Method
.HasInstantiation &&
81
!
Method
.IsFinal &&
82
!
Method
.IsGenericMethodDefinition &&
83
!
Method
.OwningType.IsGenericDefinition &&
84
(
Method
.OwningType.IsInterface || !
Method
.OwningType.IsSealed()))
91
list.Add(factory.GVMDependencies(
Method
), "Virtual dispatch dependency");
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunkPortableEntrypoint.cs (1)
85
MethodDesc method = ((MethodFixupSignature)(_import.Signature)).
Method
;