1 type derived from RuntimeModule
System.Private.CoreLib (1)
System\Reflection\Runtime\Modules\NativeFormat\NativeFormatRuntimeModule.cs (1)
15internal sealed partial class NativeFormatRuntimeModule : RuntimeModule
5 references to RuntimeModule
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (3)
108internal static IList<CustomAttributeData> GetCustomAttributesInternal(RuntimeModule target) 1075internal static bool IsDefined(RuntimeModule module, RuntimeType caType) 1281internal static object[] GetCustomAttributes(RuntimeModule module, RuntimeType caType)
System\Reflection\Runtime\General\Dispensers.NativeFormat.cs (1)
150internal static RuntimeModule GetRuntimeModule(NativeFormatRuntimeAssembly assembly)
System\Reflection\Runtime\Modules\RuntimeModule.cs (1)
79if (!(obj is RuntimeModule other))