5 references to GetEcmaManifestModule
System.Reflection.MetadataLoadContext (5)
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.cs (3)
36
public sealed override MethodInfo? EntryPoint =>
GetEcmaManifestModule
().ComputeEntryPoint(fileRefEntryPointAllowed: true);
42
public sealed override IEnumerable<CustomAttributeData> CustomAttributes => AssemblyDefinition.GetCustomAttributes().ToTrueCustomAttributes(
GetEcmaManifestModule
());
94
RoAssembly redirectedAssembly = ((AssemblyReferenceHandle)implementation).ResolveToAssemblyOrExceptionAssembly(
GetEcmaManifestModule
());
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.ManifestResources.cs (2)
22
InternalManifestResourceInfo internalManifestResourceInfo =
GetEcmaManifestModule
().GetInternalManifestResourceInfo(resourceName);
69
InternalManifestResourceInfo internalManifestResourceInfo =
GetEcmaManifestModule
().GetInternalManifestResourceInfo(name);