2 references to ComputeEntryPoint
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.cs (1)
36public sealed override MethodInfo? EntryPoint => GetEcmaManifestModule().ComputeEntryPoint(fileRefEntryPointAllowed: true);
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.cs (1)
79return roModule!.ComputeEntryPoint(fileRefEntryPointAllowed: false);