9 references to GetCustomAttributes
System.Private.CoreLib (9)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (9)
38
IList<CustomAttributeData> cad =
GetCustomAttributes
(target.GetMetadataReader(), target.GetCustomAttributeHandles());
52
IList<CustomAttributeData> cad =
GetCustomAttributes
(target.GetMetadataReader(), target.GetCustomAttributeHandles());
66
IList<CustomAttributeData> cad =
GetCustomAttributes
(target.GetMetadataReader(), target.GetCustomAttributeHandles());
80
return
GetCustomAttributes
(target.GetMetadataReader(), target.GetCustomAttributeHandles());
91
return
GetCustomAttributes
(target.GetMetadataReader(), target.GetCustomAttributeHandles());
102
return
GetCustomAttributes
(target.GetMetadataReader(), target.GetCustomAttributeHandles());
116
return
GetCustomAttributes
(target.GetMetadataReader(), target.GetCustomAttributeHandles());
129
return
GetCustomAttributes
(target.GetMetadataReader(), target.GetCustomAttributeHandles());
141
IList<CustomAttributeData> cad =
GetCustomAttributes
(target.GetMetadataReader(), target.GetCustomAttributeHandles());