1 override of GetCustomAttributeHandles
System.Private.CoreLib (1)
System\Reflection\Runtime\Modules\NativeFormat\NativeFormatRuntimeModule.cs (1)
27
internal 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)
116
return GetCustomAttributes(target.GetMetadataReader(), target.
GetCustomAttributeHandles
());
1083
return IsCustomAttributeDefined(module.GetMetadataReader(), module.
GetCustomAttributeHandles
(), caType);
1289
return GetCustomAttributes(module.GetMetadataReader(), module.
GetCustomAttributeHandles
(), 0, caType);