Fix FxCop warning CA1825 (Array.Empty)
commit2d3a6ea2bbefb7d2f32b3925b3c71d0c725feaf0
authorStephen Toub <stoub@microsoft.com>
Thu, 8 Aug 2019 19:08:33 +0000 (8 15:08 -0400)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 9 Aug 2019 14:23:42 +0000 (9 16:23 +0200)
tree7448887c76af485551c105e0a18dc5797f737d15
parentcce1583769bd3934f7e5db037f93ae25a2204004
Fix FxCop warning CA1825 (Array.Empty)

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
netcore/System.Private.CoreLib/shared/System/Array.Enumerators.cs
netcore/System.Private.CoreLib/shared/System/Array.cs
netcore/System.Private.CoreLib/shared/System/ArraySegment.cs
netcore/System.Private.CoreLib/shared/System/Collections/Generic/List.cs
netcore/System.Private.CoreLib/shared/System/Text/Encoder.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/Task.cs
netcore/System.Private.CoreLib/shared/System/Threading/ThreadPool.cs