Try your search with a different keyword or use * as a wildcard.
NoTrimAttribute.cs
namespace Nop.Web.Framework.Mvc;
/// <summary>
/// Attribute indicating that entered values should not be trimmed
/// </summary>
public partial class NoTrimAttribute : Attribute;