Base:
property
ManifestModule
System.Reflection.Assembly.ManifestModule
5 references to ManifestModule
System.Private.CoreLib (5)
src\System\Reflection\Emit\RuntimeAssemblyBuilder.cs (1)
100_manifestModuleBuilder = new RuntimeModuleBuilder(this, (RuntimeModule)InternalAssembly.ManifestModule);
src\System\Reflection\RuntimeAssembly.cs (1)
141Module manifestModule = ManifestModule;
src\System\Reflection\RuntimeCustomAttributeData.cs (3)
85return GetCustomAttributes((RuntimeModule)target.ManifestModule, RuntimeAssembly.GetToken(target)); 1230return IsCustomAttributeDefined((assembly.ManifestModule as RuntimeModule)!, RuntimeAssembly.GetToken(assembly), caType); 1392return GetCustomAttributes((assembly.ManifestModule as RuntimeModule)!, assemblyToken, 0, caType);