4 references to GetRuntimeModule
System.Private.CoreLib (4)
src\System\Reflection\RuntimeCustomAttributeData.cs (4)
93IList<CustomAttributeData> cad = GetCustomAttributes(target.GetRuntimeModule()!, target.MetadataToken); 1221return IsCustomAttributeDefined(parameter.GetRuntimeModule()!, parameter.MetadataToken, caType); 1379object[] attributes = GetCustomAttributes(parameter.GetRuntimeModule()!, parameter.MetadataToken, pcas.Count, caType); 2232return GetMarshalAsCustomAttribute(parameter.MetadataToken, parameter.GetRuntimeModule()!);