1 type derived from RuntimeModule
System.Private.CoreLib (1)
System\Reflection\Runtime\Modules\NativeFormat\NativeFormatRuntimeModule.cs (1)
15
internal 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)
108
internal static IList<CustomAttributeData> GetCustomAttributesInternal(
RuntimeModule
target)
1075
internal static bool IsDefined(
RuntimeModule
module, RuntimeType caType)
1281
internal static object[] GetCustomAttributes(
RuntimeModule
module, RuntimeType caType)
System\Reflection\Runtime\General\Dispensers.NativeFormat.cs (1)
150
internal static
RuntimeModule
GetRuntimeModule(NativeFormatRuntimeAssembly assembly)
System\Reflection\Runtime\Modules\RuntimeModule.cs (1)
79
if (!(obj is
RuntimeModule
other))