4 references to GetRuntimeModule
System.Private.CoreLib (4)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
42
IList<CustomAttributeData> cad = GetCustomAttributes(target.
GetRuntimeModule
(), target.MetadataToken);
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
();