2 references to ComputeEntryPoint
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\Modules\Ecma\EcmaModule.cs (1)
79
return roModule!.
ComputeEntryPoint
(fileRefEntryPointAllowed: false);