I tested this in both Visual Studio Code and Visual Studio 2019.
I only implemented the fix in Visual Studio Code, as once the fix has been made it applied in both development environments.
The performance improvement is quite dramatic.
Visual Studio Code Before the Fix
Total Time in Parallel Executer: 01:16
Total Execution Time: 9.18s
Reflection Code Generated for BullCowGameEditor in 6.29
Visual Studio 2019 Before the Fix
Total Time in Parallel Executer: 0.76s
Total Execution Time: 8.70s
Reflection Code Generated for BullCowGameEditor in 6.12s
Visual Studio Code After the Fix
Total Time in Parallel Executer: 0.72s
Total Execution Time: 2.43
Visual Studio 2019 After the Fix
Total Time in Parallel Executer: 0.78s
Total Execution Time: 2.57s