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