Open
Description
The documentation for System.ThreadStaticAttribute
( https://docs.microsoft.com/en-us/dotnet/api/system.threadstaticattribute ) warns against specifying initial values for thread-static fields, but both the C# and VB example code contradict that warning by specifying initial values.