1 override of GetCustomAttributeHandles
System.Private.CoreLib (1)
System\Reflection\Runtime\Modules\NativeFormat\NativeFormatRuntimeModule.cs (1)
27internal sealed override CustomAttributeHandleCollection GetCustomAttributeHandles() => _assembly.Scope.ScopeDefinition.ModuleCustomAttributes;
3 references to GetCustomAttributeHandles
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (3)
116return GetCustomAttributes(target.GetMetadataReader(), target.GetCustomAttributeHandles()); 1083return IsCustomAttributeDefined(module.GetMetadataReader(), module.GetCustomAttributeHandles(), caType); 1289return GetCustomAttributes(module.GetMetadataReader(), module.GetCustomAttributeHandles(), 0, caType);