Remove _syncRoot field from collections (dotnet/coreclr#21628)
commite1c1b7ad52850c8c170be4c2c96e63440c65ffbd
authorDan Moseley <danmose@microsoft.com>
Fri, 21 Dec 2018 22:24:29 +0000 (21 14:24 -0800)
committerMarek Safar <marek.safar@gmail.com>
Sat, 22 Dec 2018 10:16:14 +0000 (22 11:16 +0100)
tree15919f5c23dea855539cc912910be3d20b74cba8
parentfbfe1a8fc2b1f799ba77015d193b8cd0866cef09
Remove _syncRoot field from collections (dotnet/coreclr#21628)

* SyncRoot

* Temp disable tests

* Disable outdated CoreFX test

* Tidier

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
netcore/System.Private.CoreLib/shared/System/Collections/Generic/Dictionary.cs
netcore/System.Private.CoreLib/shared/System/Collections/Generic/List.cs
netcore/System.Private.CoreLib/shared/System/Collections/Hashtable.cs
netcore/System.Private.CoreLib/shared/System/Collections/ListDictionaryInternal.cs
netcore/System.Private.CoreLib/shared/System/Collections/ObjectModel/Collection.cs
netcore/System.Private.CoreLib/shared/System/Collections/ObjectModel/ReadOnlyCollection.cs