Don't re-initialize static fields in Console (#35409)
authorMarek Safar <marek.safar@gmail.com>
Fri, 24 Apr 2020 18:14:15 +0000 (20:14 +0200)
committerGitHub <noreply@github.com>
Fri, 24 Apr 2020 18:14:15 +0000 (14:14 -0400)
commited1b8aa3c54cf68512dfd9b9107533fe172b1e35
treefa9245c8ae28cc7a0a09a2b745e840f7312aa2b7
parentf73ceeeb18b43671deebd59218179eeb8f4f9908
Don't re-initialize static fields in Console (#35409)

the compiler is not capable removing the initialization
src/libraries/System.Console/src/System/Console.cs