Base:
property
ManifestModule
System.Reflection.Assembly.ManifestModule
3 references to ManifestModule
System.Private.CoreLib (3)
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 (1)
85return GetCustomAttributes((RuntimeModule)target.ManifestModule, RuntimeAssembly.GetToken(target));