Base:
2 overrides of EntryPoint
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.cs (1)
36public sealed override MethodInfo? EntryPoint => GetEcmaManifestModule().ComputeEntryPoint(fileRefEntryPointAllowed: true);
System\Reflection\TypeLoading\Assemblies\RoStubAssembly.cs (1)
15public sealed override MethodInfo EntryPoint => throw null!;