Remove unused usings from Corlib (dotnet/coreclr#26250)
authorStephen Toub <stoub@microsoft.com>
Tue, 20 Aug 2019 00:58:20 +0000 (20:58 -0400)
committerGitHub <noreply@github.com>
Tue, 20 Aug 2019 00:58:20 +0000 (20:58 -0400)
commit0f6b678634b85063aaa178172137a3bb0ca65a25
tree83f4f56b6b12fd6b5f564686e4737d4787871971
parent2ffe8d5fb456fd4372f61bc3702dbcd8b874919f
Remove unused usings from Corlib (dotnet/coreclr#26250)

* Fix IDE0065 (misplaced using)

* Fix IDE0005 (remove unnecessary usings)

Commit migrated from https://github.com/dotnet/coreclr/commit/b51cde6de82c25638de81bc1202e51cfd0b086a8
243 files changed:
src/coreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/ComponentActivator.cs
src/coreclr/src/System.Private.CoreLib/src/Microsoft/Win32/OAVariantLib.cs
src/coreclr/src/System.Private.CoreLib/src/Microsoft/Win32/UnsafeNativeMethods.cs
src/coreclr/src/System.Private.CoreLib/src/System/ArgIterator.cs
src/coreclr/src/System.Private.CoreLib/src/System/Array.CoreCLR.cs
src/coreclr/src/System.Private.CoreLib/src/System/CLRConfig.cs
src/coreclr/src/System.Private.CoreLib/src/System/Collections/Generic/ArraySortHelper.CoreCLR.cs
src/coreclr/src/System.Private.CoreLib/src/System/Collections/Generic/Comparer.CoreCLR.cs
src/coreclr/src/System.Private.CoreLib/src/System/Collections/Generic/EqualityComparer.CoreCLR.cs
src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/EditAndContinueHelper.cs
src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/ICustomDebuggerNotification.cs
src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/StackFrameHelper.cs
src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/StackTrace.CoreCLR.cs
src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/SymbolStore/ISymWriter.cs
src/coreclr/src/System.Private.CoreLib/src/System/Environment.CoreCLR.cs
src/coreclr/src/System.Private.CoreLib/src/System/GC.cs
src/coreclr/src/System.Private.CoreLib/src/System/Reflection/CustomAttribute.cs
src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/DynamicILGenerator.cs
src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ISymWrapperCore.cs
src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/SignatureHelper.cs
src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MdImport.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/GCHeapHash.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/jithelpers.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/GCHandle.CoreCLR.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/IDispatch.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/NativeLibrary.CoreCLR.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.CoreCLR.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/Versioning/CompatibilitySwitch.cs
src/coreclr/src/System.Private.CoreLib/src/System/Security/DynamicSecurityMethodAttribute.cs
src/coreclr/src/System.Private.CoreLib/src/System/String.CoreCLR.cs
src/coreclr/src/System.Private.CoreLib/src/System/StubHelpers.cs
src/coreclr/src/System.Private.CoreLib/src/System/Text/StringBuilder.CoreCLR.cs
src/coreclr/src/System.Private.CoreLib/src/System/Threading/Monitor.cs
src/coreclr/src/System.Private.CoreLib/src/System/TypeNameParser.cs
src/coreclr/src/System.Private.CoreLib/src/System/TypedReference.cs
src/coreclr/src/System.Private.CoreLib/src/System/ValueType.cs
src/coreclr/src/System.Private.CoreLib/src/System/Variant.cs
src/libraries/System.Private.CoreLib/src/Internal/IO/File.Windows.cs
src/libraries/System.Private.CoreLib/src/Internal/Runtime/CompilerServices/Unsafe.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Advapi32/Interop.RegCreateKeyEx.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Advapi32/Interop.RegDeleteKeyEx.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Advapi32/Interop.RegDeleteValue.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Advapi32/Interop.RegEnumKeyEx.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Advapi32/Interop.RegQueryValueEx.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Advapi32/Interop.RegSetValueEx.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/BCrypt/Interop.BCryptGenRandom.GetRandomBytes.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/BCrypt/Interop.BCryptGenRandom.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/BCrypt/Interop.NTSTATUS.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Crypt32/Interop.CryptProtectMemory.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.CancelIoEx.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.FILE_INFO_BY_HANDLE_CLASS.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.FileTimeToSystemTime.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.FindClose.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.FindFirstFileEx.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.FlushFileBuffers.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.GetFileAttributesEx.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.GetFileInformationByHandleEx.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.GetFileType_SafeHandle.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.GetLongPathNameW.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.GetSystemInfo.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.GetSystemTime.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.GetSystemTimeAsFileTime.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.GetSystemTimePreciseAsFileTime.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.GetSystemTimes.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.GlobalMemoryStatusEx.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.LockFile.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.MEMORYSTATUSEX.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.MUI.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.MultiByteToWideChar.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.ReadFile_SafeHandle_IntPtr.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.ReadFile_SafeHandle_NativeOverlapped.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.ResolveLocaleName.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.SECURITY_ATTRIBUTES.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.TimeZone.Registry.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.TimeZone.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.WriteFile_SafeHandle_IntPtr.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.WriteFile_SafeHandle_NativeOverlapped.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Normaliz/Interop.Idna.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Normaliz/Interop.Normalization.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/NtDll/Interop.NtQuerySystemInformation.cs
src/libraries/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles/SafeFileHandle.Windows.cs
src/libraries/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles/SafeFindHandle.Windows.cs
src/libraries/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles/SafeRegistryHandle.Windows.cs
src/libraries/System.Private.CoreLib/src/System/AccessViolationException.cs
src/libraries/System.Private.CoreLib/src/System/AggregateException.cs
src/libraries/System.Private.CoreLib/src/System/ArgumentException.cs
src/libraries/System.Private.CoreLib/src/System/ArgumentOutOfRangeException.cs
src/libraries/System.Private.CoreLib/src/System/Array.cs
src/libraries/System.Private.CoreLib/src/System/AttributeUsageAttribute.cs
src/libraries/System.Private.CoreLib/src/System/BadImageFormatException.cs
src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Formatter/Utf8Formatter.Float.cs
src/libraries/System.Private.CoreLib/src/System/Buffers/TlsOverPerCoreLockedStacksArrayPool.cs
src/libraries/System.Private.CoreLib/src/System/Collections/ArrayList.cs
src/libraries/System.Private.CoreLib/src/System/Collections/Generic/ICollection.cs
src/libraries/System.Private.CoreLib/src/System/Collections/Generic/IComparer.cs
src/libraries/System.Private.CoreLib/src/System/Collections/Generic/IDictionary.cs
src/libraries/System.Private.CoreLib/src/System/Collections/Generic/IEnumerator.cs
src/libraries/System.Private.CoreLib/src/System/Collections/Generic/IList.cs
src/libraries/System.Private.CoreLib/src/System/Collections/Generic/IReadOnlyCollection.cs
src/libraries/System.Private.CoreLib/src/System/Collections/Generic/IReadOnlyList.cs
src/libraries/System.Private.CoreLib/src/System/Collections/Generic/List.cs
src/libraries/System.Private.CoreLib/src/System/Collections/Hashtable.cs
src/libraries/System.Private.CoreLib/src/System/Collections/ICollection.cs
src/libraries/System.Private.CoreLib/src/System/Collections/IDictionary.cs
src/libraries/System.Private.CoreLib/src/System/Collections/IEnumerator.cs
src/libraries/System.Private.CoreLib/src/System/Collections/IList.cs
src/libraries/System.Private.CoreLib/src/System/Collections/IStructuralComparable.cs
src/libraries/System.Private.CoreLib/src/System/Convert.cs
src/libraries/System.Private.CoreLib/src/System/DateTime.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Contracts/ContractFailedEventArgs.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/ActivityTracker.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/CounterGroup.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/CounterPayload.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/DiagnosticCounter.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventActivityOptions.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventCounter.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventDescriptor.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventProvider.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventSource.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventSourceException.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/IEventProvider.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/IncrementingEventCounter.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/IncrementingPollingCounter.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/PollingCounter.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/StubEnvironment.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/ArrayTypeInfo.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/ConcurrentSet.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/ConcurrentSetItem.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/DataCollector.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EnumerableTypeInfo.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EventDataAttribute.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EventFieldAttribute.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EventIgnoreAttribute.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EventPayload.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EventSourceActivity.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EventSourceOptions.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/FieldMetadata.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/InvokeTypeInfo.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/NameInfo.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/PropertyAnalysis.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/PropertyValue.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/SimpleEventTypes.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/SimpleTypeInfos.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/Statics.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TraceLoggingDataCollector.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TraceLoggingDataType.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TraceLoggingEventSource.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TraceLoggingEventTraits.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TraceLoggingEventTypes.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TraceLoggingMetadataCollector.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TraceLoggingTypeInfo.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TypeAnalysis.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/Winmeta.cs
src/libraries/System.Private.CoreLib/src/System/Double.cs
src/libraries/System.Private.CoreLib/src/System/EntryPointNotFoundException.cs
src/libraries/System.Private.CoreLib/src/System/EventArgs.cs
src/libraries/System.Private.CoreLib/src/System/EventHandler.cs
src/libraries/System.Private.CoreLib/src/System/ExecutionEngineException.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/Calendar.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/CalendarData.Windows.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/CompareInfo.Windows.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/CultureData.Windows.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/GlobalizationExtensions.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/GregorianCalendarHelper.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/JapaneseCalendar.Win32.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/TaiwanCalendar.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/TextInfo.cs
src/libraries/System.Private.CoreLib/src/System/HResults.cs
src/libraries/System.Private.CoreLib/src/System/IO/DriveInfoInternal.Windows.cs
src/libraries/System.Private.CoreLib/src/System/IO/FileAccess.cs
src/libraries/System.Private.CoreLib/src/System/IO/FileOptions.cs
src/libraries/System.Private.CoreLib/src/System/IO/FileShare.cs
src/libraries/System.Private.CoreLib/src/System/IO/PinnedBufferMemoryStream.cs
src/libraries/System.Private.CoreLib/src/System/IO/TextReader.cs
src/libraries/System.Private.CoreLib/src/System/Memory.cs
src/libraries/System.Private.CoreLib/src/System/Number.Dragon4.cs
src/libraries/System.Private.CoreLib/src/System/ObjectDisposedException.cs
src/libraries/System.Private.CoreLib/src/System/OperationCanceledException.cs
src/libraries/System.Private.CoreLib/src/System/PasteArguments.Windows.cs
src/libraries/System.Private.CoreLib/src/System/ReadOnlyMemory.cs
src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyName.cs
src/libraries/System.Private.CoreLib/src/System/Reflection/IntrospectionExtensions.cs
src/libraries/System.Private.CoreLib/src/System/Reflection/SignatureTypeExtensions.cs
src/libraries/System.Private.CoreLib/src/System/Resources/FileBasedResourceGroveler.cs
src/libraries/System.Private.CoreLib/src/System/Resources/IResourceGroveler.cs
src/libraries/System.Private.CoreLib/src/System/Resources/IResourceReader.cs
src/libraries/System.Private.CoreLib/src/System/Resources/ManifestBasedResourceGroveler.cs
src/libraries/System.Private.CoreLib/src/System/Resources/ResourceFallbackManager.cs
src/libraries/System.Private.CoreLib/src/System/Resources/ResourceManager.Uap.cs
src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs
src/libraries/System.Private.CoreLib/src/System/Resources/UltimateResourceFallbackLocation.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncMethodBuilder.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncValueTaskMethodBuilder.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ExtensionAttribute.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Aes.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Avx.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Avx2.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Bmi1.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Bmi2.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Fma.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Lzcnt.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Pclmulqdq.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Popcnt.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Sse.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Sse2.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Sse3.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Sse41.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Sse42.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Ssse3.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/MemoryFailPoint.Windows.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Serialization/SafeSerializationEventArgs.cs
src/libraries/System.Private.CoreLib/src/System/Security/CryptographicException.cs
src/libraries/System.Private.CoreLib/src/System/Security/Principal/IIdentity.cs
src/libraries/System.Private.CoreLib/src/System/Security/Principal/IPrincipal.cs
src/libraries/System.Private.CoreLib/src/System/Security/SecurityElement.cs
src/libraries/System.Private.CoreLib/src/System/SpanHelpers.T.cs
src/libraries/System.Private.CoreLib/src/System/String.Manipulation.cs
src/libraries/System.Private.CoreLib/src/System/Text/Decoder.cs
src/libraries/System.Private.CoreLib/src/System/Text/Encoder.cs
src/libraries/System.Private.CoreLib/src/System/Text/EncoderReplacementFallback.cs
src/libraries/System.Private.CoreLib/src/System/Text/EncodingNLS.cs
src/libraries/System.Private.CoreLib/src/System/Text/EncodingProvider.cs
src/libraries/System.Private.CoreLib/src/System/Text/Latin1Encoding.cs
src/libraries/System.Private.CoreLib/src/System/Text/StringBuilder.cs
src/libraries/System.Private.CoreLib/src/System/Text/UTF32Encoding.cs
src/libraries/System.Private.CoreLib/src/System/Text/UTF7Encoding.cs
src/libraries/System.Private.CoreLib/src/System/Text/UTF8Encoding.cs
src/libraries/System.Private.CoreLib/src/System/Text/Unicode/Utf8Utility.Transcoding.cs
src/libraries/System.Private.CoreLib/src/System/Text/UnicodeDebug.cs
src/libraries/System.Private.CoreLib/src/System/Text/UnicodeEncoding.cs
src/libraries/System.Private.CoreLib/src/System/ThreadStaticAttribute.cs
src/libraries/System.Private.CoreLib/src/System/Threading/EventWaitHandle.Windows.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Mutex.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Semaphore.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Future.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/FutureFactory.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskCompletionSource.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskExtensions.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskFactory.cs
src/libraries/System.Private.CoreLib/src/System/Threading/TimerQueue.Windows.cs
src/libraries/System.Private.CoreLib/src/System/TimeZone.cs
src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.Win32.cs
src/libraries/System.Private.CoreLib/src/System/TypeInitializationException.cs