Try your search with a different keyword or use * as a wildcard.
namespace Nop.Core.Infrastructure.Mapper;
///
/// Mapper profile registrar interface
///
public partial interface IOrderedMapperProfile
{
///
/// Gets order of this configuration implementation
///
int Order { get; }
}