Inspired by dotnet/runtime#49944
- We could think about getting rid of InternalsVisibleTo attributes (specially in SMA).
- We could make (all) private classes sealed.
- We could make (all) internal classes sealed.
This can be especially important if we use PGO for optimizing startup scenarios.
Inspired by dotnet/runtime#49944
This can be especially important if we use PGO for optimizing startup scenarios.