8 references to GetRuntimeModule
System.Private.CoreLib (8)
src\System\Reflection\RuntimeCustomAttributeData.cs (5)
42IList<CustomAttributeData> cad = GetCustomAttributes(target.GetRuntimeModule(), target.MetadataToken); 1153if (IsCustomAttributeDefined(method.GetRuntimeModule(), method.MetadataToken, caType)) 1163if (IsCustomAttributeDefined(method.GetRuntimeModule(), method.MetadataToken, caType, 0, inherit)) 1304object[] attributes = GetCustomAttributes(method.GetRuntimeModule(), method.MetadataToken, pcas.Count, caType); 1317AddCustomAttributes(ref result, method.GetRuntimeModule(), method.MetadataToken, caType, mustBeInheritable, result);
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();