2 references to GetRuntimeModule
System.Private.CoreLib (2)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
59return GetCustomAttributes(target.GetRuntimeModule(), target.MetadataToken);
src\System\Reflection\RuntimeEventInfo.cs (1)
130public override Module Module => GetRuntimeModule();