Remove use of Tuple<> from corelib (#44706)
authorStephen Toub <stoub@microsoft.com>
Tue, 17 Nov 2020 07:23:52 +0000 (02:23 -0500)
committerGitHub <noreply@github.com>
Tue, 17 Nov 2020 07:23:52 +0000 (23:23 -0800)
commita5d6b300675874998b70d5eef63fa5320dc3b06f
tree13865a517596dbc6ec577a276650156f7a950b91
parent860eaf187f8c6b776a0f8e8e39c2d4151efed626
Remove use of Tuple<> from corelib (#44706)
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventProvider.cs
src/libraries/System.Private.CoreLib/src/System/IO/TextReader.cs
src/libraries/System.Private.CoreLib/src/System/IO/TextWriter.cs
src/libraries/System.Private.CoreLib/src/System/Threading/CancellationTokenSource.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/ConcurrentExclusiveSchedulerPair.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Sources/ManualResetValueTaskSourceCore.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs
src/libraries/System.Private.CoreLib/src/System/TupleSlim.cs [new file with mode: 0644]