8 references to GetRuntimeModule
System.Private.CoreLib (8)
src\System\Reflection\RuntimeCustomAttributeData.cs (5)
42
IList<CustomAttributeData> cad = GetCustomAttributes(target.
GetRuntimeModule
(), target.MetadataToken);
1153
if (IsCustomAttributeDefined(method.
GetRuntimeModule
(), method.MetadataToken, caType))
1163
if (IsCustomAttributeDefined(method.
GetRuntimeModule
(), method.MetadataToken, caType, 0, inherit))
1304
object[] attributes = GetCustomAttributes(method.
GetRuntimeModule
(), method.MetadataToken, pcas.Count, caType);
1317
AddCustomAttributes(ref result, method.
GetRuntimeModule
(), method.MetadataToken, caType, mustBeInheritable, result);
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (2)
232
public override Module Module =>
GetRuntimeModule
();
235
internal RuntimeAssembly GetRuntimeAssembly() { return
GetRuntimeModule
().GetRuntimeAssembly(); }
src\System\Reflection\RuntimeParameterInfo.cs (1)
424
return method.
GetRuntimeModule
();