Switch coreclr corelib to use resx (dotnet/coreclr#10268)
authorAlex Perovich <alperovi@microsoft.com>
Tue, 21 Mar 2017 19:55:39 +0000 (14:55 -0500)
committerGitHub <noreply@github.com>
Tue, 21 Mar 2017 19:55:39 +0000 (14:55 -0500)
commit421235da506680d812cc4e0bcc6860f8d0347044
treeada5f9eeb455d32e26fce53994cdcb9530a759ae
parent97661cd4f6b6f63f6c81dec89c5dfad46c23c9d9
Switch coreclr corelib to use resx (dotnet/coreclr#10268)

* Switch to resx

* Use roslyn rewriter to switch from GetResourceString to SR

* More GetResourceString changes

* Add missing resource

* Remove Environment.GetResourceString and replace final usages with SR

* Remove comment

* Fix spacing

* Replace final instances of Environment.GetResourceString

* Add another missing resource

* Add back Environment.GetResourceStringLocal because the runtime needs it

Commit migrated from https://github.com/dotnet/coreclr/commit/12ef04c22b07f1e4ec5a63009298e4537a2c8e1a
299 files changed:
src/coreclr/src/mscorlib/Common/System/SR.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/Resources/Strings.resx [new file with mode: 0644]
src/coreclr/src/mscorlib/System.Private.CoreLib.csproj
src/coreclr/src/mscorlib/shared/System/IO/Error.cs
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/TupleElementNamesAttribute.cs
src/coreclr/src/mscorlib/shared/System/StringSplitOptions.cs
src/coreclr/src/mscorlib/shared/System/TupleExtensions.cs
src/coreclr/src/mscorlib/src/Debug.cs
src/coreclr/src/mscorlib/src/Interop/Windows/kernel32/Interop.Globalization.cs
src/coreclr/src/mscorlib/src/Microsoft/Win32/Registry.cs
src/coreclr/src/mscorlib/src/Microsoft/Win32/RegistryKey.cs
src/coreclr/src/mscorlib/src/Microsoft/Win32/Win32Native.cs
src/coreclr/src/mscorlib/src/SR.cs [deleted file]
src/coreclr/src/mscorlib/src/System.Private.CoreLib.txt [deleted file]
src/coreclr/src/mscorlib/src/System/Activator.cs
src/coreclr/src/mscorlib/src/System/AggregateException.cs
src/coreclr/src/mscorlib/src/System/AppContext/AppContext.cs
src/coreclr/src/mscorlib/src/System/AppDomain.cs
src/coreclr/src/mscorlib/src/System/AppDomainSetup.cs
src/coreclr/src/mscorlib/src/System/AppDomainUnloadedException.cs
src/coreclr/src/mscorlib/src/System/ArgIterator.cs
src/coreclr/src/mscorlib/src/System/ArgumentOutOfRangeException.cs
src/coreclr/src/mscorlib/src/System/Attribute.cs
src/coreclr/src/mscorlib/src/System/BadImageFormatException.cs
src/coreclr/src/mscorlib/src/System/Boolean.cs
src/coreclr/src/mscorlib/src/System/Buffer.cs
src/coreclr/src/mscorlib/src/System/Byte.cs
src/coreclr/src/mscorlib/src/System/Char.cs
src/coreclr/src/mscorlib/src/System/Collections/ArrayList.cs
src/coreclr/src/mscorlib/src/System/Collections/Comparer.cs
src/coreclr/src/mscorlib/src/System/Collections/CompatibleComparer.cs
src/coreclr/src/mscorlib/src/System/Collections/Concurrent/ConcurrentQueue.cs
src/coreclr/src/mscorlib/src/System/Collections/Concurrent/ConcurrentStack.cs
src/coreclr/src/mscorlib/src/System/Collections/EmptyReadOnlyDictionaryInternal.cs
src/coreclr/src/mscorlib/src/System/Collections/Generic/ArraySortHelper.cs
src/coreclr/src/mscorlib/src/System/Collections/Generic/EqualityComparer.cs
src/coreclr/src/mscorlib/src/System/Collections/Hashtable.cs
src/coreclr/src/mscorlib/src/System/Collections/ListDictionaryInternal.cs
src/coreclr/src/mscorlib/src/System/CurrentTimeZone.cs
src/coreclr/src/mscorlib/src/System/DBNull.cs
src/coreclr/src/mscorlib/src/System/DateTime.cs
src/coreclr/src/mscorlib/src/System/DateTimeOffset.cs
src/coreclr/src/mscorlib/src/System/Decimal.cs
src/coreclr/src/mscorlib/src/System/DefaultBinder.cs
src/coreclr/src/mscorlib/src/System/Delegate.cs
src/coreclr/src/mscorlib/src/System/DelegateSerializationHolder.cs
src/coreclr/src/mscorlib/src/System/Diagnostics/Assert.cs
src/coreclr/src/mscorlib/src/System/Diagnostics/Contracts/Contracts.cs
src/coreclr/src/mscorlib/src/System/Diagnostics/Contracts/ContractsBCL.cs
src/coreclr/src/mscorlib/src/System/Diagnostics/Eventing/EventCounter.cs
src/coreclr/src/mscorlib/src/System/Diagnostics/Eventing/EventSource_CoreCLR.cs
src/coreclr/src/mscorlib/src/System/Diagnostics/Eventing/TraceLogging/PropertyValue.cs
src/coreclr/src/mscorlib/src/System/Diagnostics/LogSwitch.cs
src/coreclr/src/mscorlib/src/System/Diagnostics/Stacktrace.cs
src/coreclr/src/mscorlib/src/System/Diagnostics/log.cs
src/coreclr/src/mscorlib/src/System/DllNotFoundException.cs
src/coreclr/src/mscorlib/src/System/Double.cs
src/coreclr/src/mscorlib/src/System/Enum.cs
src/coreclr/src/mscorlib/src/System/Environment.cs
src/coreclr/src/mscorlib/src/System/Exception.cs
src/coreclr/src/mscorlib/src/System/GC.cs
src/coreclr/src/mscorlib/src/System/Globalization/CompareInfo.Unix.cs
src/coreclr/src/mscorlib/src/System/Globalization/DateTimeFormat.cs
src/coreclr/src/mscorlib/src/System/Globalization/DateTimeParse.cs
src/coreclr/src/mscorlib/src/System/Globalization/DigitShapes.cs
src/coreclr/src/mscorlib/src/System/Globalization/EncodingTable.Unix.cs
src/coreclr/src/mscorlib/src/System/Globalization/EncodingTable.cs
src/coreclr/src/mscorlib/src/System/Globalization/SortVersion.cs
src/coreclr/src/mscorlib/src/System/Globalization/TimeSpanFormat.cs
src/coreclr/src/mscorlib/src/System/Globalization/TimeSpanParse.cs
src/coreclr/src/mscorlib/src/System/Guid.cs
src/coreclr/src/mscorlib/src/System/IO/BinaryReader.cs
src/coreclr/src/mscorlib/src/System/IO/BinaryWriter.cs
src/coreclr/src/mscorlib/src/System/IO/Directory.cs
src/coreclr/src/mscorlib/src/System/IO/DirectoryNotFoundException.cs
src/coreclr/src/mscorlib/src/System/IO/DriveNotFoundException.cs
src/coreclr/src/mscorlib/src/System/IO/EndOfStreamException.cs
src/coreclr/src/mscorlib/src/System/IO/File.cs
src/coreclr/src/mscorlib/src/System/IO/FileLoadException.cs
src/coreclr/src/mscorlib/src/System/IO/FileNotFoundException.cs
src/coreclr/src/mscorlib/src/System/IO/IOException.cs
src/coreclr/src/mscorlib/src/System/IO/MemoryStream.cs
src/coreclr/src/mscorlib/src/System/IO/PathTooLongException.cs
src/coreclr/src/mscorlib/src/System/IO/Stream.cs
src/coreclr/src/mscorlib/src/System/IO/StreamHelpers.CopyValidation.cs
src/coreclr/src/mscorlib/src/System/IO/StreamReader.cs
src/coreclr/src/mscorlib/src/System/IO/TextReader.cs
src/coreclr/src/mscorlib/src/System/IO/UnmanagedMemoryAccessor.cs
src/coreclr/src/mscorlib/src/System/IO/UnmanagedMemoryStream.cs
src/coreclr/src/mscorlib/src/System/IO/UnmanagedMemoryStreamWrapper.cs
src/coreclr/src/mscorlib/src/System/IO/__Error.cs
src/coreclr/src/mscorlib/src/System/Int16.cs
src/coreclr/src/mscorlib/src/System/Int32.cs
src/coreclr/src/mscorlib/src/System/Int64.cs
src/coreclr/src/mscorlib/src/System/IntPtr.cs
src/coreclr/src/mscorlib/src/System/Math.cs
src/coreclr/src/mscorlib/src/System/MathF.cs
src/coreclr/src/mscorlib/src/System/MissingFieldException.cs
src/coreclr/src/mscorlib/src/System/MissingMemberException.cs
src/coreclr/src/mscorlib/src/System/MissingMethodException.cs
src/coreclr/src/mscorlib/src/System/MulticastDelegate.cs
src/coreclr/src/mscorlib/src/System/Number.cs
src/coreclr/src/mscorlib/src/System/Object.cs
src/coreclr/src/mscorlib/src/System/OleAutBinder.cs
src/coreclr/src/mscorlib/src/System/OperatingSystem.cs
src/coreclr/src/mscorlib/src/System/OperationCanceledException.cs
src/coreclr/src/mscorlib/src/System/Random.cs
src/coreclr/src/mscorlib/src/System/Reflection/AmbiguousMatchException.cs
src/coreclr/src/mscorlib/src/System/Reflection/Assembly.CoreCLR.cs
src/coreclr/src/mscorlib/src/System/Reflection/AssemblyName.cs
src/coreclr/src/mscorlib/src/System/Reflection/CustomAttribute.cs
src/coreclr/src/mscorlib/src/System/Reflection/CustomAttributeFormatException.cs
src/coreclr/src/mscorlib/src/System/Reflection/Emit/AssemblyBuilder.cs
src/coreclr/src/mscorlib/src/System/Reflection/Emit/AssemblyBuilderData.cs
src/coreclr/src/mscorlib/src/System/Reflection/Emit/ConstructorBuilder.cs
src/coreclr/src/mscorlib/src/System/Reflection/Emit/CustomAttributeBuilder.cs
src/coreclr/src/mscorlib/src/System/Reflection/Emit/DynamicILGenerator.cs
src/coreclr/src/mscorlib/src/System/Reflection/Emit/DynamicMethod.cs
src/coreclr/src/mscorlib/src/System/Reflection/Emit/EnumBuilder.cs
src/coreclr/src/mscorlib/src/System/Reflection/Emit/FieldBuilder.cs
src/coreclr/src/mscorlib/src/System/Reflection/Emit/GenericTypeParameterBuilder.cs
src/coreclr/src/mscorlib/src/System/Reflection/Emit/ILGenerator.cs
src/coreclr/src/mscorlib/src/System/Reflection/Emit/LocalBuilder.cs
src/coreclr/src/mscorlib/src/System/Reflection/Emit/MethodBuilder.cs
src/coreclr/src/mscorlib/src/System/Reflection/Emit/MethodBuilderInstantiation.cs
src/coreclr/src/mscorlib/src/System/Reflection/Emit/ModuleBuilder.cs
src/coreclr/src/mscorlib/src/System/Reflection/Emit/ModuleBuilderData.cs
src/coreclr/src/mscorlib/src/System/Reflection/Emit/PropertyBuilder.cs
src/coreclr/src/mscorlib/src/System/Reflection/Emit/SignatureHelper.cs
src/coreclr/src/mscorlib/src/System/Reflection/Emit/SymbolMethod.cs
src/coreclr/src/mscorlib/src/System/Reflection/Emit/SymbolType.cs
src/coreclr/src/mscorlib/src/System/Reflection/Emit/TypeBuilder.cs
src/coreclr/src/mscorlib/src/System/Reflection/Emit/TypeBuilderInstantiation.cs
src/coreclr/src/mscorlib/src/System/Reflection/Emit/XXXOnTypeBuilderInstantiation.cs
src/coreclr/src/mscorlib/src/System/Reflection/FieldInfo.CoreCLR.cs
src/coreclr/src/mscorlib/src/System/Reflection/InvalidFilterCriteriaException.cs
src/coreclr/src/mscorlib/src/System/Reflection/MdConstant.cs
src/coreclr/src/mscorlib/src/System/Reflection/MdFieldInfo.cs
src/coreclr/src/mscorlib/src/System/Reflection/MemberInfoSerializationHolder.cs
src/coreclr/src/mscorlib/src/System/Reflection/MethodBase.CoreCLR.cs
src/coreclr/src/mscorlib/src/System/Reflection/MethodBody.cs
src/coreclr/src/mscorlib/src/System/Reflection/ParameterModifier.cs
src/coreclr/src/mscorlib/src/System/Reflection/Pointer.cs
src/coreclr/src/mscorlib/src/System/Reflection/ReflectionTypeLoadException.cs
src/coreclr/src/mscorlib/src/System/Reflection/RtFieldInfo.cs
src/coreclr/src/mscorlib/src/System/Reflection/RuntimeAssembly.cs
src/coreclr/src/mscorlib/src/System/Reflection/RuntimeConstructorInfo.cs
src/coreclr/src/mscorlib/src/System/Reflection/RuntimeEventInfo.cs
src/coreclr/src/mscorlib/src/System/Reflection/RuntimeFieldInfo.cs
src/coreclr/src/mscorlib/src/System/Reflection/RuntimeMethodInfo.cs
src/coreclr/src/mscorlib/src/System/Reflection/RuntimeModule.cs
src/coreclr/src/mscorlib/src/System/Reflection/RuntimeParameterInfo.cs
src/coreclr/src/mscorlib/src/System/Reflection/RuntimePropertyInfo.cs
src/coreclr/src/mscorlib/src/System/Reflection/TargetInvocationException.cs
src/coreclr/src/mscorlib/src/System/Reflection/TargetParameterCountException.cs
src/coreclr/src/mscorlib/src/System/Resources/FileBasedResourceGroveler.cs
src/coreclr/src/mscorlib/src/System/Resources/LooselyLinkedResourceReference.cs
src/coreclr/src/mscorlib/src/System/Resources/ManifestBasedResourceGroveler.cs
src/coreclr/src/mscorlib/src/System/Resources/MissingManifestResourceException.cs
src/coreclr/src/mscorlib/src/System/Resources/MissingSatelliteAssemblyException.cs
src/coreclr/src/mscorlib/src/System/Resources/NeutralResourcesLanguageAttribute.cs
src/coreclr/src/mscorlib/src/System/Resources/ResourceManager.cs
src/coreclr/src/mscorlib/src/System/Resources/ResourceReader.cs
src/coreclr/src/mscorlib/src/System/Resources/ResourceSet.cs
src/coreclr/src/mscorlib/src/System/Resources/RuntimeResourceSet.cs
src/coreclr/src/mscorlib/src/System/RtType.cs
src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/ConditionalWeakTable.cs
src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/RuntimeWrappedException.cs
src/coreclr/src/mscorlib/src/System/Runtime/ExceptionServices/ExceptionNotification.cs
src/coreclr/src/mscorlib/src/System/Runtime/ExceptionServices/ExceptionServicesCommon.cs
src/coreclr/src/mscorlib/src/System/Runtime/GcSettings.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/COMException.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/CurrencyWrapper.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/ErrorWrapper.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/ExternalException.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/GCHandleCookieTable.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/GcHandle.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/InvalidComObjectException.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/InvalidOleVariantTypeException.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/Marshal.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/MarshalDirectiveException.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/SafeArrayRankMismatchException.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/SafeArrayTypeMismatchException.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/SafeBuffer.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/BindableVectorToCollectionAdapter.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/BindableVectorToListAdapter.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/CLRIPropertyValueImpl.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/ConstantSplittableMap.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/CustomPropertyImpl.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/DictionaryKeyCollection.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/DictionaryToMapAdapter.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/DictionaryValueCollection.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/EventRegistrationTokenTable.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/IMapViewToIReadOnlyDictionaryAdapter.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/IReadOnlyDictionaryToIMapViewAdapter.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/IReadOnlyListToIVectorViewAdapter.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/ListToBindableVectorAdapter.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/ListToBindableVectorViewAdapter.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/ListToVectorAdapter.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/ManagedActivationFactory.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/MapToCollectionAdapter.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/MapToDictionaryAdapter.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/MapViewToReadOnlyCollectionAdapter.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/VectorToCollectionAdapter.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/VectorToListAdapter.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/VectorViewToReadOnlyCollectionAdapter.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/WindowsRuntimeMarshal.cs
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/WindowsRuntimeMetadata.cs
src/coreclr/src/mscorlib/src/System/Runtime/Loader/AssemblyLoadContext.cs
src/coreclr/src/mscorlib/src/System/Runtime/MemoryFailPoint.cs
src/coreclr/src/mscorlib/src/System/Runtime/RuntimeImports.cs
src/coreclr/src/mscorlib/src/System/Runtime/Serialization/FormatterServices.cs
src/coreclr/src/mscorlib/src/System/Runtime/Serialization/SerializationAttributes.cs
src/coreclr/src/mscorlib/src/System/Runtime/Serialization/SerializationException.cs
src/coreclr/src/mscorlib/src/System/Runtime/Serialization/SerializationInfo.cs
src/coreclr/src/mscorlib/src/System/Runtime/Serialization/SerializationInfoEnumerator.cs
src/coreclr/src/mscorlib/src/System/RuntimeHandles.cs
src/coreclr/src/mscorlib/src/System/SByte.cs
src/coreclr/src/mscorlib/src/System/Security/Util/URLString.cs
src/coreclr/src/mscorlib/src/System/Security/VerificationException.cs
src/coreclr/src/mscorlib/src/System/Single.cs
src/coreclr/src/mscorlib/src/System/String.Comparison.cs
src/coreclr/src/mscorlib/src/System/String.Manipulation.cs
src/coreclr/src/mscorlib/src/System/String.Searching.cs
src/coreclr/src/mscorlib/src/System/String.cs
src/coreclr/src/mscorlib/src/System/StringComparer.cs
src/coreclr/src/mscorlib/src/System/StubHelpers.cs
src/coreclr/src/mscorlib/src/System/Text/ASCIIEncoding.cs
src/coreclr/src/mscorlib/src/System/Text/Decoder.cs
src/coreclr/src/mscorlib/src/System/Text/DecoderExceptionFallback.cs
src/coreclr/src/mscorlib/src/System/Text/DecoderFallback.cs
src/coreclr/src/mscorlib/src/System/Text/DecoderNLS.cs
src/coreclr/src/mscorlib/src/System/Text/DecoderReplacementFallback.cs
src/coreclr/src/mscorlib/src/System/Text/Encoder.cs
src/coreclr/src/mscorlib/src/System/Text/EncoderBestFitFallback.cs
src/coreclr/src/mscorlib/src/System/Text/EncoderExceptionFallback.cs
src/coreclr/src/mscorlib/src/System/Text/EncoderFallback.cs
src/coreclr/src/mscorlib/src/System/Text/EncoderNLS.cs
src/coreclr/src/mscorlib/src/System/Text/EncoderReplacementFallback.cs
src/coreclr/src/mscorlib/src/System/Text/Encoding.cs
src/coreclr/src/mscorlib/src/System/Text/EncodingForwarder.cs
src/coreclr/src/mscorlib/src/System/Text/Latin1Encoding.cs
src/coreclr/src/mscorlib/src/System/Text/Normalization.Unix.cs
src/coreclr/src/mscorlib/src/System/Text/Normalization.Windows.cs
src/coreclr/src/mscorlib/src/System/Text/StringBuilder.cs
src/coreclr/src/mscorlib/src/System/Text/UTF32Encoding.cs
src/coreclr/src/mscorlib/src/System/Text/UTF7Encoding.cs
src/coreclr/src/mscorlib/src/System/Text/UTF8Encoding.cs
src/coreclr/src/mscorlib/src/System/Text/UnicodeEncoding.cs
src/coreclr/src/mscorlib/src/System/Threading/AbandonedMutexException.cs
src/coreclr/src/mscorlib/src/System/Threading/CancellationToken.cs
src/coreclr/src/mscorlib/src/System/Threading/CancellationTokenSource.cs
src/coreclr/src/mscorlib/src/System/Threading/EventWaitHandle.cs
src/coreclr/src/mscorlib/src/System/Threading/ExecutionContext.cs
src/coreclr/src/mscorlib/src/System/Threading/LazyInitializer.cs
src/coreclr/src/mscorlib/src/System/Threading/ManualResetEventSlim.cs
src/coreclr/src/mscorlib/src/System/Threading/Monitor.cs
src/coreclr/src/mscorlib/src/System/Threading/Mutex.cs
src/coreclr/src/mscorlib/src/System/Threading/Overlapped.cs
src/coreclr/src/mscorlib/src/System/Threading/Semaphore.cs
src/coreclr/src/mscorlib/src/System/Threading/SemaphoreFullException.cs
src/coreclr/src/mscorlib/src/System/Threading/SemaphoreSlim.cs
src/coreclr/src/mscorlib/src/System/Threading/SpinWait.cs
src/coreclr/src/mscorlib/src/System/Threading/SynchronizationLockException.cs
src/coreclr/src/mscorlib/src/System/Threading/Tasks/TaskCanceledException.cs
src/coreclr/src/mscorlib/src/System/Threading/Tasks/TaskExceptionHolder.cs
src/coreclr/src/mscorlib/src/System/Threading/Tasks/TaskFactory.cs
src/coreclr/src/mscorlib/src/System/Threading/Tasks/TaskScheduler.cs
src/coreclr/src/mscorlib/src/System/Threading/Tasks/TaskSchedulerException.cs
src/coreclr/src/mscorlib/src/System/Threading/Tasks/future.cs
src/coreclr/src/mscorlib/src/System/Threading/Thread.cs
src/coreclr/src/mscorlib/src/System/Threading/ThreadLocal.cs
src/coreclr/src/mscorlib/src/System/Threading/ThreadPool.cs
src/coreclr/src/mscorlib/src/System/Threading/ThreadStartException.cs
src/coreclr/src/mscorlib/src/System/Threading/ThreadStateException.cs
src/coreclr/src/mscorlib/src/System/Threading/Timer.cs
src/coreclr/src/mscorlib/src/System/Threading/WaitHandle.cs
src/coreclr/src/mscorlib/src/System/Threading/WaitHandleCannotBeOpenedException.cs
src/coreclr/src/mscorlib/src/System/ThrowHelper.cs
src/coreclr/src/mscorlib/src/System/TimeSpan.cs
src/coreclr/src/mscorlib/src/System/TimeZoneInfo.AdjustmentRule.cs
src/coreclr/src/mscorlib/src/System/TimeZoneInfo.StringSerializer.cs
src/coreclr/src/mscorlib/src/System/TimeZoneInfo.TransitionTime.cs
src/coreclr/src/mscorlib/src/System/TimeZoneInfo.Unix.cs
src/coreclr/src/mscorlib/src/System/TimeZoneInfo.Win32.cs
src/coreclr/src/mscorlib/src/System/TimeZoneInfo.cs
src/coreclr/src/mscorlib/src/System/Tuple.cs
src/coreclr/src/mscorlib/src/System/TypeLoadException.cs
src/coreclr/src/mscorlib/src/System/TypeNameParser.cs
src/coreclr/src/mscorlib/src/System/TypeUnloadedException.cs
src/coreclr/src/mscorlib/src/System/TypedReference.cs
src/coreclr/src/mscorlib/src/System/UInt16.cs
src/coreclr/src/mscorlib/src/System/UInt32.cs
src/coreclr/src/mscorlib/src/System/UInt64.cs
src/coreclr/src/mscorlib/src/System/UIntPtr.cs
src/coreclr/src/mscorlib/src/System/UnitySerializationHolder.cs
src/coreclr/src/mscorlib/src/System/ValueTuple.cs
src/coreclr/src/mscorlib/src/System/Variant.cs
src/coreclr/src/mscorlib/src/System/Version.cs