The constructor code of TaleWorlds.CampaignSystem.Encyclopedia.EncyclopediaPage says:
public EncyclopediaPage()
{
...
object[] list = GetType().GetCustomAttributes(typeof(EncyclopediaModel), inherit: true);
foreach (object returnList in list)
{
if (returnList is...