Base:
property
ManifestModule
System.Reflection.Assembly.ManifestModule
7 references to ManifestModule
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (2)
144
context->ExternalTypeMap.AddPreCachedModule((RuntimeModule)context->CurrentAssembly.
ManifestModule
);
163
context->ProxyTypeMap.AddPreCachedModule((RuntimeModule)context->CurrentAssembly.
ManifestModule
);
src\System\Reflection\Emit\RuntimeAssemblyBuilder.cs (1)
100
_manifestModuleBuilder = new RuntimeModuleBuilder(this, (RuntimeModule)InternalAssembly.
ManifestModule
);
src\System\Reflection\RuntimeAssembly.cs (1)
133
Module manifestModule =
ManifestModule
;
src\System\Reflection\RuntimeCustomAttributeData.cs (3)
85
return GetCustomAttributes((RuntimeModule)target.
ManifestModule
, RuntimeAssembly.GetToken(target));
1230
return IsCustomAttributeDefined((assembly.
ManifestModule
as RuntimeModule)!, RuntimeAssembly.GetToken(assembly), caType);
1392
return GetCustomAttributes((assembly.
ManifestModule
as RuntimeModule)!, assemblyToken, 0, caType);