Port the COM initialization changes implemented in #112809 to native AOT.
Native AOT is susceptible to the ordering problem between .NET and COM FLS callbacks that were addressed by initializing COM eagerly. (I am on an email thread where a real world UWP app crashed due to this problem.)
cc @VSadov
Port the COM initialization changes implemented in #112809 to native AOT.
Native AOT is susceptible to the ordering problem between .NET and COM FLS callbacks that were addressed by initializing COM eagerly. (I am on an email thread where a real world UWP app crashed due to this problem.)
cc @VSadov