Try your search with a different keyword or use * as a wildcard.
using Nop.Core.Domain.Attributes;
namespace Nop.Core.Domain.Vendors;
///
/// Represents a vendor attribute value
///
public partial class VendorAttributeValue : BaseAttributeValue
{
}