4 references to GetRuntimeModule
System.Private.CoreLib (4)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
42IList<CustomAttributeData> cad = GetCustomAttributes(target.GetRuntimeModule(), target.MetadataToken);
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (2)
232public override Module Module => GetRuntimeModule(); 235internal RuntimeAssembly GetRuntimeAssembly() { return GetRuntimeModule().GetRuntimeAssembly(); }
src\System\Reflection\RuntimeParameterInfo.cs (1)
424return method.GetRuntimeModule();