Hi, Is there a way I can load a CustomAttribute directly in IL? I would be calling GetCustomAttributes many of thousands of times otherwise and I know there is a big performance hit in that method. Is there any way to load the attribute quickly? Or should I just cache the result of GetCustomAttributes?
Thanks. -- -- mono-cecil
