Address more issue numbers in the code (#1888)
authorStephen Toub <stoub@microsoft.com>
Sat, 18 Jan 2020 08:52:17 +0000 (03:52 -0500)
committerJan Kotas <jkotas@microsoft.com>
Sat, 18 Jan 2020 08:52:17 +0000 (00:52 -0800)
commitccf6aedb63c37ea8e10e4f5b5d9d23a69bdd9489
tree2b8a52b1fc5291cfd2903f01ddf01db810a62f7e
parent522e9d99bf93c37be31e6d33c0f53c2cdd31ac12
Address more issue numbers in the code (#1888)

* Address more issue numbers in the code

Replaced a bunch of unadorned issue numbers with links, so we know which repo the issue is for.  In some cases the repo was named, but for consistency I still replaced it with a link.

In some cases, in particular where the issue had been closed saying effectively "we're not going to do anything here", I removed TODOs and the associated issue numbers.

In a few cases, the TODO and issue number was to say "we should do X when Y is fixed", so I did X since Y was fixed.

* Apply suggestions from code review

Co-Authored-By: Jan Kotas <jkotas@microsoft.com>
* Address PR feedback

* Fix OrderedEnumerable by using MemoryExtensions.Sort

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
349 files changed:
src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ISymWrapperCore.cs
src/coreclr/src/tools/Common/TypeSystem/Common/MetadataFieldLayoutAlgorithm.cs
src/coreclr/src/tools/Common/TypeSystem/Ecma/SymbolReader/UnmanagedPdbSymbolReader.cs
src/coreclr/src/tools/Common/TypeSystem/Interop/IL/MarshalHelpers.cs
src/coreclr/src/tools/crossgen2/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ArgIterator.cs
src/coreclr/src/tools/crossgen2/ILCompiler.Reflection.ReadyToRun/ReadyToRunReader.cs
src/coreclr/tests/src/Interop/IJW/LoadIjwFromModuleHandle/LoadIjwFromModuleHandle.cs
src/coreclr/tests/src/JIT/Directed/StructPromote/Unsafe/AccessInvalidFieldOffset.cs
src/coreclr/tests/src/JIT/Directed/StructPromote/Unsafe/ReadDoubleFromIntOffset.cs
src/coreclr/tests/src/JIT/Directed/StructPromote/Unsafe/ReadStructAsAnotherType.cs
src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structpinvoketests.cs
src/coreclr/tests/src/JIT/Performance/CodeQuality/Layout/SearchLoops.cs
src/coreclr/tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.cs
src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1161/GitHub_1161.cs
src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11816/GitHub_11816.cs
src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18259/GitHub_18259.cs
src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231a.cs
src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231b.cs
src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22820/GitHub_22820.cs
src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_2580/GitHub_2580.cs
src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7508/Vector3Test.cs
src/coreclr/tests/src/JIT/SIMD/Vector3GetHash.cs
src/coreclr/tests/src/JIT/opt/Structs/structpop.cs
src/coreclr/tests/src/JIT/opt/Structs/structpop2.cs
src/coreclr/tests/src/Regressions/coreclr/GitHub_17398/test17398.cs
src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic07.cs
src/coreclr/tests/src/baseservices/threading/waithandle/waitall/nullarray.cs
src/libraries/Common/src/Interop/Windows/HttpApi/Interop.ErrorCodes.cs
src/libraries/Common/src/Interop/Windows/IpHlpApi/Interop.ErrorCodes.cs
src/libraries/Common/src/Interop/Windows/IpHlpApi/Interop.ICMP.cs
src/libraries/Common/src/Interop/Windows/IpHlpApi/Interop.NetworkInformation.cs
src/libraries/Common/src/Interop/Windows/WinHttp/Interop.SafeWinHttpHandle.cs
src/libraries/Common/src/System/Net/CookieParser.cs
src/libraries/Common/src/System/Net/Http/Http2/Hpack/Huffman.cs
src/libraries/Common/src/System/Net/Security/NetEventSource.Security.cs
src/libraries/Common/src/System/Net/WebSockets/ManagedWebSocket.cs
src/libraries/Common/src/System/Security/IdentityHelper.cs
src/libraries/Common/src/System/Text/ConsoleEncoding.cs
src/libraries/Common/tests/CoreFx.Private.TestUtilities/System/AssertExtensions.cs
src/libraries/Common/tests/CoreFx.Private.TestUtilities/System/PlatformDetection.Windows.cs
src/libraries/Common/tests/CoreFx.Private.TestUtilities/System/PlatformDetection.cs
src/libraries/Common/tests/System/Net/Capability.Sockets.cs
src/libraries/Common/tests/System/Net/Http/HuffmanDecoder.cs
src/libraries/Common/tests/System/RealFormatterTestsBase.cs
src/libraries/Common/tests/System/Runtime/Serialization/Utils.cs
src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/AES/AesContractTests.cs
src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/RSA/EncryptDecrypt.cs
src/libraries/Common/tests/Tests/System/Security/IdentityHelperTests.cs
src/libraries/Common/tests/Tests/System/StringTests.cs
src/libraries/Microsoft.Win32.SystemEvents/tests/SystemEvents.CreateTimer.cs
src/libraries/Microsoft.Win32.SystemEvents/tests/SystemEventsTest.cs
src/libraries/System.Collections.Immutable/tests/ImmutableListBuilderTest.cs
src/libraries/System.Collections.NonGeneric/tests/SortedListTests.cs
src/libraries/System.Collections.Specialized/tests/NameValueCollection/NameValueCollection.CopyToTests.cs
src/libraries/System.ComponentModel.Annotations/tests/System/ComponentModel/DataAnnotations/CustomValidationAttributeTests.cs
src/libraries/System.ComponentModel.Annotations/tests/System/ComponentModel/DataAnnotations/PhoneAttributeTests.cs
src/libraries/System.ComponentModel.TypeConverter/tests/NullableConverterTests.cs
src/libraries/System.Composition.TypedParts/tests/ReflectionTests.cs
src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientConfigPaths.cs
src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsStore.cs
src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs
src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeUtil.cs
src/libraries/System.Configuration.ConfigurationManager/tests/Mono/ConfigurationLockCollectionTest.cs
src/libraries/System.Configuration.ConfigurationManager/tests/Mono/ConfigurationManagerTest.cs
src/libraries/System.Configuration.ConfigurationManager/tests/System/Configuration/AppSettingsTests.cs
src/libraries/System.Configuration.ConfigurationManager/tests/System/Configuration/ConfigurationElementCollectionTests.cs
src/libraries/System.Configuration.ConfigurationManager/tests/System/Configuration/ConfigurationPropertyTests.cs
src/libraries/System.Configuration.ConfigurationManager/tests/System/Configuration/SectionGroupsTests.cs
src/libraries/System.Configuration.ConfigurationManager/tests/System/Configuration/SettingElementTests.cs
src/libraries/System.Console/src/System/ConsolePal.Windows.cs
src/libraries/System.Console/src/System/IO/SyncTextReader.Unix.cs
src/libraries/System.Console/src/System/IO/SyncTextReader.cs
src/libraries/System.Data.Common/src/System/Data/Common/DataStorage.cs
src/libraries/System.Data.Common/src/System/Data/XmlDataLoader.cs
src/libraries/System.Data.Common/tests/System/Data/XmlDataReaderTest.cs
src/libraries/System.Data.SqlClient/src/System/Data/SqlClient/SqlConnectionHelper.cs
src/libraries/System.Data.SqlClient/src/System/Data/SqlClient/SqlParameterCollectionHelper.cs
src/libraries/System.Data.SqlClient/src/System/Data/SqlClient/SqlParameterHelper.cs
src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceEventSource.cs
src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/HttpHandlerDiagnosticListener.cs
src/libraries/System.Diagnostics.DiagnosticSource/tests/ActivityDateTimeTests.cs
src/libraries/System.Diagnostics.DiagnosticSource/tests/ActivityTests.cs
src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.Windows.cs
src/libraries/System.Diagnostics.Process/tests/ProcessStartInfoTests.cs
src/libraries/System.Diagnostics.Process/tests/ProcessStreamReadTests.cs
src/libraries/System.Diagnostics.Process/tests/ProcessTests.Unix.cs
src/libraries/System.Diagnostics.Process/tests/RemotelyInvokable.cs
src/libraries/System.Diagnostics.StackTrace/tests/StackTraceTests.cs
src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/Harness/Listeners.cs
src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestShutdown.cs
src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestGeneration.cs
src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestNegative.cs
src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsWrite.Etw.cs
src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsWrite.cs
src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsWriteEvent.cs
src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsWriteEventToListener.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.Unix.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.Windows.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs
src/libraries/System.Drawing.Common/tests/IconTests.cs
src/libraries/System.Drawing.Common/tests/Imaging/ImageFormatTests.cs
src/libraries/System.Drawing.Common/tests/ToolboxBitmapAttributeTests.cs
src/libraries/System.Drawing.Common/tests/mono/System.Drawing/GraphicsTests.cs
src/libraries/System.Drawing.Primitives/tests/ColorTests.cs
src/libraries/System.IO.Compression/src/System/IO/Compression/DeflateZLib/ZLibException.cs
src/libraries/System.IO.Compression/src/System/IO/Compression/DeflateZLib/ZLibNative.cs
src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemSecurityTests.cs
src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.unit.cs
src/libraries/System.IO.FileSystem/src/System/IO/Directory.cs
src/libraries/System.IO.FileSystem/src/System/IO/DirectoryInfo.cs
src/libraries/System.IO.FileSystem/src/System/IO/File.cs
src/libraries/System.IO.FileSystem/src/System/IO/FileInfo.cs
src/libraries/System.IO.FileSystem/tests/Base/InfoGetSetAttributes.cs
src/libraries/System.IO.FileSystem/tests/FileInfo/IsReadOnly.cs
src/libraries/System.IO.IsolatedStorage/src/System/IO/IsolatedStorage/Helper.Win32Unix.cs
src/libraries/System.IO.IsolatedStorage/src/System/IO/IsolatedStorage/IsolatedStorageFile.cs
src/libraries/System.IO.IsolatedStorage/src/System/IO/IsolatedStorage/IsolatedStorageFileStream.cs
src/libraries/System.IO.IsolatedStorage/tests/System/IO/IsolatedStorage/TestHelper.cs
src/libraries/System.IO.Packaging/tests/Tests.cs
src/libraries/System.IO.Pipes.AccessControl/tests/AnonymousPipeTests/AnonymousPipeServerStreamAclTests.cs
src/libraries/System.IO.Pipes.AccessControl/tests/PipeTest.AclExtensions.cs
src/libraries/System.IO.Ports/tests/SerialPort/AbortOnError.cs
src/libraries/System.IO.Ports/tests/SerialPort/GetPortNames.cs
src/libraries/System.IO.Ports/tests/Support/TCSupport.cs
src/libraries/System.Linq.Expressions/src/System/Linq/Expressions/Interpreter/ArrayOperations.cs
src/libraries/System.Linq.Expressions/tests/ExceptionHandling/ExceptionHandlingExpressions.cs
src/libraries/System.Linq.Parallel/tests/Combinatorial/ParallelQueryCombinationTests.cs
src/libraries/System.Linq.Parallel/tests/Helpers/Comparers.cs
src/libraries/System.Linq.Parallel/tests/QueryOperators/GroupByTests.cs
src/libraries/System.Linq.Parallel/tests/QueryOperators/OrderByThenByTests.cs
src/libraries/System.Linq/src/System.Linq.csproj
src/libraries/System.Linq/src/System/Linq/OrderedEnumerable.cs
src/libraries/System.Linq/tests/OrderByDescendingTests.cs
src/libraries/System.Linq/tests/SelectManyTests.cs
src/libraries/System.Linq/tests/WhereTests.cs
src/libraries/System.Management/src/System/Management/ManagementDateTime.cs
src/libraries/System.Memory/src/System/ThrowHelper.cs
src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpAuthHelper.cs
src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpCertificateHelper.cs
src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs
src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpRequestCallback.cs
src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpRequestState.cs
src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpRequestStream.cs
src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpResponseParser.cs
src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/ServerCertificateTest.cs
src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/WinHttpHandlerTest.cs
src/libraries/System.Net.Http/src/System/Net/Http/Headers/HeaderUtilities.cs
src/libraries/System.Net.Http/src/System/Net/Http/Headers/UriHeaderParser.cs
src/libraries/System.Net.Http/src/System/Net/Http/HttpContent.cs
src/libraries/System.Net.Http/src/System/Net/Http/NetEventSource.Http.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/AuthenticationHelper.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/ChunkedEncodingReadStream.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Connection.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Stream.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnection.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionPoolManager.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/MacProxy.cs
src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.AcceptAllCerts.cs
src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Authentication.cs
src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http2.cs
src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.MaxResponseHeadersLength.cs
src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTestBase.cs
src/libraries/System.Net.Http/tests/FunctionalTests/PostScenarioTest.cs
src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs
src/libraries/System.Net.Http/tests/FunctionalTests/TestHelper.cs
src/libraries/System.Net.HttpListener/src/System/Net/Managed/HttpListener.Certificates.cs
src/libraries/System.Net.HttpListener/src/System/Net/NetEventSource.HttpListener.cs
src/libraries/System.Net.HttpListener/src/System/Net/Windows/CookieExtensions.cs
src/libraries/System.Net.Mail/src/System/Net/Mail/SmtpClient.cs
src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostEntryTest.cs
src/libraries/System.Net.Ping/src/System/Net/NetworkInformation/IPStatus.cs
src/libraries/System.Net.Ping/tests/FunctionalTests/PingTest.cs
src/libraries/System.Net.Primitives/src/System/Net/CookieCollection.cs
src/libraries/System.Net.Primitives/src/System/Net/HttpStatusCode.cs
src/libraries/System.Net.Requests/src/System/Net/WebExceptionPal.Unix.cs
src/libraries/System.Net.Requests/src/System/Net/WebExceptionPal.Windows.cs
src/libraries/System.Net.Requests/tests/FtpWebRequestTest.cs
src/libraries/System.Net.Requests/tests/HttpWebRequestTest.cs
src/libraries/System.Net.Requests/tests/HttpWebResponseHeaderTest.cs
src/libraries/System.Net.Security/src/System/Net/CertificateValidationPal.cs
src/libraries/System.Net.Security/src/System/Net/Security/NegotiateStreamPal.Windows.cs
src/libraries/System.Net.Security/src/System/Net/Security/NetEventSource.Security.cs
src/libraries/System.Net.Security/tests/FunctionalTests/NegotiateStreamStreamToStreamTest.cs
src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamStreamToStreamTest.cs
src/libraries/System.Net.Sockets/src/System/Net/Sockets/NetEventSource.Sockets.cs
src/libraries/System.Net.Sockets/tests/FunctionalTests/Accept.cs
src/libraries/System.Net.Sockets/tests/FunctionalTests/AgnosticListenerTest.cs
src/libraries/System.Net.Sockets/tests/FunctionalTests/Connect.cs
src/libraries/System.Net.Sockets/tests/FunctionalTests/CreateSocketTests.cs
src/libraries/System.Net.Sockets/tests/FunctionalTests/DisconnectTest.cs
src/libraries/System.Net.Sockets/tests/FunctionalTests/DnsEndPointTest.cs
src/libraries/System.Net.Sockets/tests/FunctionalTests/LingerStateTest.cs
src/libraries/System.Net.Sockets/tests/FunctionalTests/NetworkStreamTest.cs
src/libraries/System.Net.Sockets/tests/FunctionalTests/ReceiveMessageFrom.cs
src/libraries/System.Net.Sockets/tests/FunctionalTests/ReceiveMessageFromAsync.cs
src/libraries/System.Net.Sockets/tests/FunctionalTests/SendFile.cs
src/libraries/System.Net.Sockets/tests/FunctionalTests/SendPacketsAsync.cs
src/libraries/System.Net.Sockets/tests/FunctionalTests/SendReceive.cs
src/libraries/System.Net.Sockets/tests/FunctionalTests/SocketAsyncEventArgsTest.cs
src/libraries/System.Net.Sockets/tests/FunctionalTests/SocketOptionNameTest.cs
src/libraries/System.Net.Sockets/tests/FunctionalTests/TcpClientTest.cs
src/libraries/System.Net.Sockets/tests/FunctionalTests/TimeoutTest.cs
src/libraries/System.Net.Sockets/tests/FunctionalTests/UdpClientTest.cs
src/libraries/System.Net.WebSockets.Client/tests/AbortTest.cs
src/libraries/System.Net.WebSockets.Client/tests/ClientWebSocketOptionsTests.cs
src/libraries/System.Private.CoreLib/src/System/Buffers/TlsOverPerCoreLockedStacksArrayPool.cs
src/libraries/System.Private.CoreLib/src/System/Environment.Unix.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/CultureData.cs
src/libraries/System.Private.CoreLib/src/System/IO/PathInternal.Windows.cs
src/libraries/System.Private.CoreLib/src/System/Numerics/Hashing/HashHelpers.cs
src/libraries/System.Private.CoreLib/src/System/Threading/ExecutionContext.cs
src/libraries/System.Private.DataContractSerialization/src/System/Runtime/Serialization/ClassDataContract.cs
src/libraries/System.Private.Uri/tests/FunctionalTests/UriGetComponentsTest.cs
src/libraries/System.Private.Uri/tests/FunctionalTests/UriIpHostTest.cs
src/libraries/System.Private.Xml/src/System/Xml/Serialization/ReflectionXmlSerializationReader.cs
src/libraries/System.Private.Xml/src/System/Xml/Serialization/ReflectionXmlSerializationWriter.cs
src/libraries/System.Private.Xml/src/System/Xml/Xsl/Runtime/XmlCollation.Unix.cs
src/libraries/System.Private.Xml/src/System/Xml/Xsl/XsltOld/CopyOfAction.cs
src/libraries/System.Private.Xml/tests/Misc/RandomizedHashing.cs
src/libraries/System.Private.Xml/tests/Readers/ReaderSettings/MaxSettings.cs
src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/GetExpectedAttributes.cs
src/libraries/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/XslCompiledTransform.cs
src/libraries/System.Private.Xml/tests/Xslt/XslTransformApi/CXslTransform.cs
src/libraries/System.Reflection.Emit.ILGeneration/tests/CustomAttributeBuilderTests.cs
src/libraries/System.Reflection.Emit/tests/TypeBuilder/TypeBuilderDefineEvent.cs
src/libraries/System.Reflection.Extensions/tests/RuntimeReflectionExtensionTestsWithQuirks.cs
src/libraries/System.Reflection.Metadata/src/System/Reflection/Internal/Utilities/EncodingHelper.cs
src/libraries/System.Reflection.Metadata/src/System/Reflection/Internal/Utilities/FileStreamReadLightUp.cs
src/libraries/System.Reflection.Metadata/src/System/Reflection/Internal/Utilities/FileStreamReadLightUp.netstandard1.1.cs
src/libraries/System.Reflection.Metadata/src/System/Reflection/System.Reflection.cs
src/libraries/System.Reflection.Metadata/tests/Utilities/MemoryBlockTests.cs
src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/Runtime/BindingFlagSupport/EventPolicies.cs
src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/Runtime/BindingFlagSupport/MemberPolicies.cs
src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/Runtime/BindingFlagSupport/PropertyPolicies.cs
src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/Runtime/BindingFlagSupport/Shared.cs
src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/TypeLoading/CustomAttributes/RoCustomAttributeData.cs
src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/TypeLoading/General/Assignability.cs
src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/TypeLoading/General/Helpers.cs
src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/TypeLoading/Modules/RoModule.cs
src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/TypeLoading/Parameters/RoThinMethodParameter.cs
src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/TypeLoading/RuntimeTypeInfo.BindingFlags.cs
src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/TypeLoading/RuntimeTypeInfo.GetMember.cs
src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/TypeLoading/Types/RoType.GetInterface.cs
src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/TypeLoading/Types/RoType.cs
src/libraries/System.Reflection.MetadataLoadContext/tests/src/TestUtils/NetStandardBridge.cs
src/libraries/System.Reflection.MetadataLoadContext/tests/src/Tests/CustomAttributes/CustomAttributeTests.cs
src/libraries/System.Reflection.MetadataLoadContext/tests/src/Tests/Type/TypeTests.GetMember.cs
src/libraries/System.Reflection.MetadataLoadContext/tests/src/Tests/Type/TypeTests.cs
src/libraries/System.Reflection/tests/GetTypeTests.cs
src/libraries/System.Resources.ResourceManager/tests/ResourceSetTests.cs
src/libraries/System.Runtime.Extensions/tests/System/AppDomainTests.cs
src/libraries/System.Runtime.Extensions/tests/System/BitConverter.cs
src/libraries/System.Runtime.Extensions/tests/System/Convert.ToSByte.cs
src/libraries/System.Runtime.Extensions/tests/System/IO/PathTests.cs
src/libraries/System.Runtime.Extensions/tests/System/IO/PathTests_Windows.cs
src/libraries/System.Runtime.Numerics/tests/BigInteger/parse.cs
src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/Converter.cs
src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs
src/libraries/System.Runtime.Serialization.Formatters/tests/FormatterServicesTests.cs
src/libraries/System.Runtime.Serialization.Formatters/tests/FormatterTests.cs
src/libraries/System.Runtime.Serialization.Formatters/tests/PlatformExtensions.cs
src/libraries/System.Runtime.Serialization.Xml/tests/SerializationTestTypes/DataContractResolverLibrary.cs
src/libraries/System.Runtime.WindowsRuntime/tests/System/IO/AsWinRTStreamTests.cs
src/libraries/System.Runtime/tests/System/ActivatorTests.cs
src/libraries/System.Runtime/tests/System/ArrayTests.cs
src/libraries/System.Runtime/tests/System/DateTimeOffsetTests.cs
src/libraries/System.Runtime/tests/System/DateTimeTests.cs
src/libraries/System.Runtime/tests/System/EnumTests.cs
src/libraries/System.Runtime/tests/System/Reflection/TypeTests.GetMember.cs
src/libraries/System.Runtime/tests/System/TupleTests.cs
src/libraries/System.Security.Cryptography.Algorithms/src/Internal/Cryptography/HashAlgorithmNames.cs
src/libraries/System.Security.Cryptography.Algorithms/src/Internal/Cryptography/RijndaelImplementation.cs
src/libraries/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/AsymmetricKeyExchangeFormatter.cs
src/libraries/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/CngKeyLite.cs
src/libraries/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/DSA.Xml.cs
src/libraries/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/HMACMD5.cs
src/libraries/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/HMACSHA1.cs
src/libraries/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/HMACSHA256.cs
src/libraries/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/HMACSHA384.cs
src/libraries/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/HMACSHA512.cs
src/libraries/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/MD5.cs
src/libraries/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/RSAPKCS1SignatureDeformatter.cs
src/libraries/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/RSAPKCS1SignatureFormatter.cs
src/libraries/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/RijndaelManaged.cs
src/libraries/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/SHA1.cs
src/libraries/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/SHA256.cs
src/libraries/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/SHA384.cs
src/libraries/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/SHA512.cs
src/libraries/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/TripleDES.cs
src/libraries/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/XmlKeyHelper.cs
src/libraries/System.Security.Cryptography.Cng/ref/System.Security.Cryptography.Cng.cs
src/libraries/System.Security.Cryptography.Cng/src/Internal/Cryptography/Helpers.cs
src/libraries/System.Security.Cryptography.Cng/src/System/Security/Cryptography/CngKey.Properties.cs
src/libraries/System.Security.Cryptography.Cng/src/System/Security/Cryptography/CngKey.StandardProperties.cs
src/libraries/System.Security.Cryptography.Cng/src/System/Security/Cryptography/ECDiffieHellmanCng.Derive.cs
src/libraries/System.Security.Cryptography.Csp/src/Internal/Cryptography/BasicSymmetricCipherCsp.cs
src/libraries/System.Security.Cryptography.Csp/src/System/Security/Cryptography/CapiHelper.Windows.cs
src/libraries/System.Security.Cryptography.Csp/src/System/Security/Cryptography/DESCryptoServiceProvider.Windows.cs
src/libraries/System.Security.Cryptography.Csp/src/System/Security/Cryptography/DSACryptoServiceProvider.Windows.cs
src/libraries/System.Security.Cryptography.Csp/src/System/Security/Cryptography/RC2CryptoServiceProvider.Windows.cs
src/libraries/System.Security.Cryptography.Csp/src/System/Security/Cryptography/RSACryptoServiceProvider.Windows.cs
src/libraries/System.Security.Cryptography.Encoding/src/System/Security/Cryptography/AsnEncodedData.cs
src/libraries/System.Security.Cryptography.Encoding/src/System/Security/Cryptography/Base64Transforms.cs
src/libraries/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/DecryptorPal.cs
src/libraries/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Pal/Windows/DecryptorPalWindows.Decrypt.cs
src/libraries/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Pal/Windows/HelpersWindows.cs
src/libraries/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Pal/Windows/PkcsPalWindows.Encrypt.cs
src/libraries/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/PkcsHelpers.cs
src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs
src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs
src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs
src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs
src/libraries/System.Security.Cryptography.Pkcs/tests/EnvelopedCms/ContentEncryptionAlgorithmTests.cs
src/libraries/System.Security.Cryptography.Pkcs/tests/EnvelopedCms/DecryptTests.cs
src/libraries/System.Security.Cryptography.Pkcs/tests/EnvelopedCms/EdgeCasesTests.cs
src/libraries/System.Security.Cryptography.Pkcs/tests/EnvelopedCms/StateTests.cs
src/libraries/System.Security.Cryptography.Pkcs/tests/SignedCms/SignedCmsTests.cs
src/libraries/System.Security.Cryptography.Pkcs/tests/SignedCms/SignerInfoTests.cs
src/libraries/System.Security.Cryptography.Primitives/src/System/Security/Cryptography/AsymmetricAlgorithm.cs
src/libraries/System.Security.Cryptography.Primitives/src/System/Security/Cryptography/HashAlgorithm.cs
src/libraries/System.Security.Cryptography.Primitives/src/System/Security/Cryptography/SymmetricAlgorithm.cs
src/libraries/System.Security.Cryptography.Primitives/tests/SymmetricAlgorithm/Minimal.cs
src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs
src/libraries/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Helpers.cs
src/libraries/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/X509Certificate2.cs
src/libraries/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/X509Chain.cs
src/libraries/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/X509Store.cs
src/libraries/System.Security.Cryptography.X509Certificates/tests/ChainTests.cs
src/libraries/System.Security.Cryptography.X509Certificates/tests/CollectionTests.cs
src/libraries/System.Security.Cryptography.Xml/tests/RSAKeyValueTest.cs
src/libraries/System.Security.Principal.Windows/src/System/Security/Principal/WindowsIdentity.cs
src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.Parse.cs
src/libraries/System.Text.Json/tests/JsonElementWriteTests.cs
src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/RegexMatchTimeoutException.cs
src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/RegexParseException.cs
src/libraries/System.Text.RegularExpressions/tests/Regex.Groups.Tests.cs
src/libraries/System.Text.RegularExpressions/tests/Regex.Match.Tests.cs
src/libraries/System.Text.RegularExpressions/tests/RegexReductionTests.cs
src/libraries/System.Threading.Tasks.Parallel/src/System/Threading/Tasks/Parallel.cs
src/libraries/System.Threading.Thread/tests/ThreadTests.cs
src/libraries/System.Threading.ThreadPool/tests/ThreadPoolTests.cs
src/libraries/System.Threading/src/System/Threading/HostExecutionContextManager.cs
src/libraries/System.Threading/tests/ExecutionContextTests.cs
src/libraries/System.Transactions.Local/src/System/Transactions/Configuration/AppSettings.cs
src/libraries/System.Transactions.Local/tests/CloneTxTests.cs
src/libraries/System.Transactions.Local/tests/LTMEnlistmentTests.cs
src/libraries/System.Transactions.Local/tests/NonMsdtcPromoterTests.cs
src/libraries/System.ValueTuple/tests/ValueTupleTests.cs