Fix StyleCop warning SA1206 (modifer ordering)
commit442e9ad144dd2da2672cf69ce284ae65068291fa
authorStephen Toub <stoub@microsoft.com>
Thu, 8 Aug 2019 18:35:33 +0000 (8 14:35 -0400)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 9 Aug 2019 14:23:42 +0000 (9 16:23 +0200)
treecb1af6afada1693d4e6b42a7f47699d8baaa9b19
parent01fa50943f4ae400173eef989122a62b96b6fd88
Fix StyleCop warning SA1206 (modifer ordering)

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
25 files changed:
netcore/System.Private.CoreLib/shared/Microsoft/Win32/SafeHandles/SafeFileHandle.Windows.cs
netcore/System.Private.CoreLib/shared/Microsoft/Win32/SafeHandles/SafeFindHandle.Windows.cs
netcore/System.Private.CoreLib/shared/System/Globalization/CompareInfo.cs
netcore/System.Private.CoreLib/shared/System/Globalization/CultureData.cs
netcore/System.Private.CoreLib/shared/System/Globalization/TextInfo.cs
netcore/System.Private.CoreLib/shared/System/IO/BinaryWriter.cs
netcore/System.Private.CoreLib/shared/System/IO/TextReader.cs
netcore/System.Private.CoreLib/shared/System/IO/UnmanagedMemoryStreamWrapper.cs
netcore/System.Private.CoreLib/shared/System/IntPtr.cs
netcore/System.Private.CoreLib/shared/System/Security/SafeBSTRHandle.cs
netcore/System.Private.CoreLib/shared/System/Text/ASCIIEncoding.cs
netcore/System.Private.CoreLib/shared/System/Text/DecoderBestFitFallback.cs
netcore/System.Private.CoreLib/shared/System/Text/DecoderFallback.cs
netcore/System.Private.CoreLib/shared/System/Text/DecoderNLS.cs
netcore/System.Private.CoreLib/shared/System/Text/DecoderReplacementFallback.cs
netcore/System.Private.CoreLib/shared/System/Text/EncoderFallback.cs
netcore/System.Private.CoreLib/shared/System/Text/EncoderNLS.cs
netcore/System.Private.CoreLib/shared/System/Text/Encoding.cs
netcore/System.Private.CoreLib/shared/System/Text/EncodingNLS.cs
netcore/System.Private.CoreLib/shared/System/Text/UTF32Encoding.cs
netcore/System.Private.CoreLib/shared/System/Text/UTF7Encoding.cs
netcore/System.Private.CoreLib/shared/System/Text/UTF8Encoding.cs
netcore/System.Private.CoreLib/shared/System/Text/UnicodeEncoding.cs
netcore/System.Private.CoreLib/shared/System/Type.cs
netcore/System.Private.CoreLib/shared/System/UIntPtr.cs