Try your search with a different keyword or use * as a wildcard.
using Nop.Core.Domain.Attributes;
namespace Nop.Core.Domain.Customers;
///
/// Represents a customer attribute
///
public partial class CustomerAttribute : BaseAttribute
{
}