4 references to GetRuntimeModule
System.Private.CoreLib (4)
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (2)
171public override Module Module => GetRuntimeModule(); 175internal RuntimeAssembly GetRuntimeAssembly() { return GetRuntimeModule().GetRuntimeAssembly(); }
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
52return GetCustomAttributes(target.GetRuntimeModule(), target.MetadataToken);
src\System\Reflection\RuntimeParameterInfo.cs (1)
426return constructor.GetRuntimeModule();