Use simple array for AggregateException inner exceptions storage (#44787)
authorMarek Safar <marek.safar@gmail.com>
Thu, 19 Nov 2020 08:23:17 +0000 (09:23 +0100)
committerGitHub <noreply@github.com>
Thu, 19 Nov 2020 08:23:17 +0000 (09:23 +0100)
commitf2feed986609a391a944b12eeba86288103b6e1a
tree0af5cd272c5b5352ffb4805f4d29324a1554751d
parenta7040b0277c59dfc679e704a9f3f2fa30f7bf4d1
Use simple array for AggregateException inner exceptions storage (#44787)

* Use simple array for AggregateException inner exceptions storage

* Replace cases which called into InnerExceptions inside SPC

* Update src/libraries/System.Private.CoreLib/src/System/AggregateException.cs

Co-authored-by: Stephen Toub <stoub@microsoft.com>
* Fix typo

Co-authored-by: Stephen Toub <stoub@microsoft.com>
src/libraries/System.Private.CoreLib/src/System/AggregateException.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/ConcurrentExclusiveSchedulerPair.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs