1 override of GetCustomAttributeHandles
System.Private.CoreLib (1)
System\Reflection\Runtime\Assemblies\NativeFormat\NativeFormatRuntimeAssembly.cs (1)
29
internal sealed override CustomAttributeHandleCollection
GetCustomAttributeHandles
() => Scope.ScopeDefinition.CustomAttributes;
3 references to GetCustomAttributeHandles
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (3)
129
return GetCustomAttributes(target.GetMetadataReader(), target.
GetCustomAttributeHandles
());
1069
return IsCustomAttributeDefined(assembly.GetMetadataReader(), assembly.
GetCustomAttributeHandles
(), caType);
1274
return GetCustomAttributes(assembly.GetMetadataReader(), assembly.
GetCustomAttributeHandles
(), 0, caType);