Fix IDE0056 (use index operator)
commit2e9134f1a681faaa8432f13f8250f6e79a145964
authorStephen Toub <stoub@microsoft.com>
Fri, 16 Aug 2019 20:30:44 +0000 (16 16:30 -0400)
committerMarek Safar <marek.safar@gmail.com>
Sun, 18 Aug 2019 05:01:54 +0000 (18 07:01 +0200)
treee21fa8307bd96777403ff9c9cbefb5fa5da4f996
parent08b942ab6873bdcedbe6ba2f94abf3e3291faf74
Fix IDE0056 (use index operator)

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
16 files changed:
netcore/System.Private.CoreLib/shared/Internal/IO/File.cs
netcore/System.Private.CoreLib/shared/Internal/Win32/RegistryKey.cs
netcore/System.Private.CoreLib/shared/System/Array.Enumerators.cs
netcore/System.Private.CoreLib/shared/System/Globalization/CultureData.Windows.cs
netcore/System.Private.CoreLib/shared/System/Globalization/CultureData.cs
netcore/System.Private.CoreLib/shared/System/Globalization/DateTimeFormatInfo.cs
netcore/System.Private.CoreLib/shared/System/Globalization/DateTimeFormatInfoScanner.cs
netcore/System.Private.CoreLib/shared/System/Globalization/IdnMapping.cs
netcore/System.Private.CoreLib/shared/System/IO/Path.cs
netcore/System.Private.CoreLib/shared/System/IO/PathInternal.Windows.cs
netcore/System.Private.CoreLib/shared/System/Number.BigInteger.cs
netcore/System.Private.CoreLib/shared/System/Reflection/Module.cs
netcore/System.Private.CoreLib/shared/System/Text/EncodingProvider.cs
netcore/System.Private.CoreLib/shared/System/Text/EncodingTable.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/TaskExceptionHolder.cs
netcore/System.Private.CoreLib/shared/System/Threading/ThreadPool.cs