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