Fix IDE0019/20 (Use pattern matching)
commitc0191b2575bd2f756839e252cb6ebb51d2d7680f
authorStephen Toub <stoub@microsoft.com>
Thu, 15 Aug 2019 19:04:04 +0000 (15 15:04 -0400)
committerMarek Safar <marek.safar@gmail.com>
Sun, 18 Aug 2019 05:01:54 +0000 (18 07:01 +0200)
treecc7730fb4793f51e657229c437234aa29beec68d
parent02126de318aad48f75f0c594e994e4092a4c958f
Fix IDE0019/20 (Use pattern matching)

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
netcore/System.Private.CoreLib/shared/System/Collections/Hashtable.cs
netcore/System.Private.CoreLib/shared/System/Decimal.cs
netcore/System.Private.CoreLib/shared/System/Double.cs
netcore/System.Private.CoreLib/shared/System/Int32.cs
netcore/System.Private.CoreLib/shared/System/Int64.cs
netcore/System.Private.CoreLib/shared/System/Range.cs
netcore/System.Private.CoreLib/shared/System/Single.cs
netcore/System.Private.CoreLib/shared/System/UInt32.cs
netcore/System.Private.CoreLib/shared/System/UInt64.cs