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