2 overrides of GetRuntimeModule
System.Private.CoreLib (2)
src\System\Reflection\MdFieldInfo.cs (1)
45internal override RuntimeModule GetRuntimeModule() { return m_declaringType.GetRuntimeModule(); }
src\System\Reflection\RtFieldInfo.cs (1)
64internal override RuntimeModule GetRuntimeModule()
2 references to GetRuntimeModule
System.Private.CoreLib (2)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
32IList<CustomAttributeData> cad = GetCustomAttributes(target.GetRuntimeModule(), target.MetadataToken);
src\System\Reflection\RuntimeFieldInfo.cs (1)
47public override Module Module => GetRuntimeModule();