Fix DateTimeFormatInfo serialization on Unix
authorStephen Toub <stoub@microsoft.com>
Wed, 18 Jan 2017 13:22:54 +0000 (08:22 -0500)
committerStephen Toub <stoub@microsoft.com>
Wed, 18 Jan 2017 13:22:54 +0000 (08:22 -0500)
commit33b5d299b62ab2d631221967112844e7cda2d5fc
tree283092353859625e027b3815813fadfdb4232c80
parent009697370b7dd9a155601842360633d2fd2ba286
Fix DateTimeFormatInfo serialization on Unix

The Unix copy of the src is missing some [NonSerialized] attribution on a few of its fields, one of which is for a field of type TokenHashValue, which isn't [Serializable].  This is causing DateTimeFormatInfo to itself fail to serialize.
src/mscorlib/corefx/System/Globalization/DateTimeFormatInfo.cs