00c900cb49
In before, each function reference created 5 functions needed only for equals/hashcode properties. It contributed arround 3.5% of code size on several sample projects. This is now replaced by passing constant object to base class constructor.