Make member visibility first accross corlib (#16836)
authorJan Kotas <jkotas@microsoft.com>
Thu, 8 Mar 2018 18:18:50 +0000 (10:18 -0800)
committerGitHub <noreply@github.com>
Thu, 8 Mar 2018 18:18:50 +0000 (10:18 -0800)
commit57ee22e6086af5dfc06651dc002e24a71c3999ee
tree61110442d222311d86c9dd703810cd537cad3988
parent8667fe93f911f4e4aa507482ca7e198f5b555a87
Make member visibility first accross corlib (#16836)

Mechanical find&replace to match https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md
83 files changed:
src/mscorlib/shared/Interop/Unix/Interop.Errors.cs
src/mscorlib/shared/Interop/Unix/System.Globalization.Native/Interop.Casing.cs
src/mscorlib/shared/Interop/Unix/System.Globalization.Native/Interop.Collation.cs
src/mscorlib/shared/Interop/Unix/System.Globalization.Native/Interop.Idna.cs
src/mscorlib/shared/Interop/Unix/System.Globalization.Native/Interop.Locale.cs
src/mscorlib/shared/Interop/Unix/System.Native/Interop.GetRandomBytes.cs
src/mscorlib/shared/Interop/Unix/System.Native/Interop.Read.cs
src/mscorlib/shared/Interop/Unix/System.Native/Interop.Write.cs
src/mscorlib/shared/Interop/Windows/BCrypt/Interop.BCryptGenRandom.cs
src/mscorlib/shared/Interop/Windows/Kernel32/Interop.FindClose.cs
src/mscorlib/shared/Interop/Windows/Kernel32/Interop.GetFileType_SafeHandle.cs
src/mscorlib/shared/Interop/Windows/Kernel32/Interop.Globalization.cs
src/mscorlib/shared/Interop/Windows/Kernel32/Interop.TimeZone.cs
src/mscorlib/shared/Interop/Windows/Ole32/Interop.CoCreateGuid.cs
src/mscorlib/shared/System/Diagnostics/Tracing/EventProvider.cs
src/mscorlib/shared/System/Diagnostics/Tracing/EventSource.cs
src/mscorlib/shared/System/Diagnostics/Tracing/TraceLogging/EventSourceActivity.cs
src/mscorlib/shared/System/Diagnostics/Tracing/TraceLogging/SimpleTypeInfos.cs
src/mscorlib/shared/System/Double.cs
src/mscorlib/shared/System/Globalization/DateTimeFormat.cs
src/mscorlib/shared/System/Guid.cs
src/mscorlib/shared/System/IO/FileStream.Windows.cs
src/mscorlib/shared/System/IO/Path.cs
src/mscorlib/shared/System/IO/PathInternal.cs
src/mscorlib/shared/System/IntPtr.cs
src/mscorlib/shared/System/Number.Parsing.cs
src/mscorlib/shared/System/Security/SafeBSTRHandle.cs
src/mscorlib/shared/System/Single.cs
src/mscorlib/shared/System/String.Searching.cs
src/mscorlib/shared/System/String.cs
src/mscorlib/shared/System/Text/StringBuilder.cs
src/mscorlib/shared/System/Text/UTF8Encoding.cs
src/mscorlib/shared/System/TimeZoneInfo.Win32.cs
src/mscorlib/shared/System/UIntPtr.cs
src/mscorlib/src/Microsoft/Win32/RegistryKey.cs
src/mscorlib/src/Microsoft/Win32/UnsafeNativeMethods.cs
src/mscorlib/src/Microsoft/Win32/Win32Native.cs
src/mscorlib/src/System/ArgIterator.cs
src/mscorlib/src/System/Array.cs
src/mscorlib/src/System/Buffer.cs
src/mscorlib/src/System/CLRConfig.cs
src/mscorlib/src/System/Delegate.cs
src/mscorlib/src/System/Environment.cs
src/mscorlib/src/System/Exception.cs
src/mscorlib/src/System/Globalization/CompareInfo.Unix.cs
src/mscorlib/src/System/Globalization/EncodingDataItem.cs
src/mscorlib/src/System/Globalization/EncodingTable.cs
src/mscorlib/src/System/Reflection/AssemblyName.cs
src/mscorlib/src/System/Reflection/CustomAttribute.cs
src/mscorlib/src/System/Reflection/Emit/DynamicMethod.cs
src/mscorlib/src/System/Reflection/Emit/ILGenerator.cs
src/mscorlib/src/System/Reflection/Emit/ModuleBuilder.cs
src/mscorlib/src/System/Reflection/Emit/TypeBuilder.cs
src/mscorlib/src/System/Reflection/MdImport.cs
src/mscorlib/src/System/Reflection/Metadata/AssemblyExtensions.cs
src/mscorlib/src/System/Reflection/RuntimeAssembly.cs
src/mscorlib/src/System/Reflection/RuntimeModule.cs
src/mscorlib/src/System/Reflection/RuntimeParameterInfo.cs
src/mscorlib/src/System/Resources/__FastResourceComparer.cs
src/mscorlib/src/System/RtType.cs
src/mscorlib/src/System/Runtime/CompilerServices/RuntimeHelpers.cs
src/mscorlib/src/System/Runtime/CompilerServices/jithelpers.cs
src/mscorlib/src/System/Runtime/InteropServices/ComEventsMethod.cs
src/mscorlib/src/System/Runtime/InteropServices/GcHandle.cs
src/mscorlib/src/System/Runtime/InteropServices/Marshal.cs
src/mscorlib/src/System/Runtime/InteropServices/RuntimeEnvironment.cs
src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/ICustomPropertyProvider.cs
src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/NativeMethods.cs
src/mscorlib/src/System/Runtime/RuntimeImports.cs
src/mscorlib/src/System/RuntimeHandles.cs
src/mscorlib/src/System/String.Comparison.cs
src/mscorlib/src/System/String.CoreCLR.cs
src/mscorlib/src/System/StubHelpers.cs
src/mscorlib/src/System/Text/StringBuilder.CoreCLR.cs
src/mscorlib/src/System/Threading/ClrThreadPoolBoundHandle.cs
src/mscorlib/src/System/Threading/ClrThreadPoolBoundHandleOverlapped.cs
src/mscorlib/src/System/Threading/Overlapped.cs
src/mscorlib/src/System/Threading/PinnableBufferCache.cs
src/mscorlib/src/System/Threading/Tasks/AsyncCausalityTracer.cs
src/mscorlib/src/System/Threading/Tasks/TPLETWProvider.cs
src/mscorlib/src/System/Threading/Thread.cs
src/mscorlib/src/System/Threading/ThreadPool.cs
src/mscorlib/src/System/TypedReference.cs