Open
Description
CultureData initialization brings a lot of dependencies for members which are rarely used. Few examples are _SpecificCulture and _bNeutral but there are more.
It'd decrease the size of a trimmed app if we moved all these data into delayed initialization. It'd also help with code readability as today it's a mix of random jumps that can interfere with each other and are hard to follow.