Move ArrayPool to System.Private.CoreLib
authorJeremy Kuhne <jeremy.kuhne@microsoft.com>
Wed, 19 Oct 2016 23:02:52 +0000 (16:02 -0700)
committerJeremy Kuhne <jeremy.kuhne@microsoft.com>
Wed, 19 Oct 2016 23:02:52 +0000 (16:02 -0700)
commit6f97eb941ffdbe94a98bffcbe0e99685dbd14390
treefe306e6485edacc5f47f1bda40b7b52398c1fa24
parentafd1ec9e951c2f11abf360297e3a6ba644510d70
Move ArrayPool to System.Private.CoreLib

Copy ArrayPool source from CoreFX and expose in System.Private.CoreLib.

Commit migrated from https://github.com/dotnet/coreclr/commit/d6eecf7f7848d23f99ebc9d7312a59a7f12d2f16
src/coreclr/src/mscorlib/System.Private.CoreLib.sln
src/coreclr/src/mscorlib/model.xml
src/coreclr/src/mscorlib/mscorlib.shared.sources.props
src/coreclr/src/mscorlib/src/System.Private.CoreLib.txt
src/coreclr/src/mscorlib/src/System/Buffers/ArrayPool.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Buffers/ArrayPoolEventSource.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Buffers/DefaultArrayPool.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Buffers/DefaultArrayPoolBucket.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Buffers/Utilities.cs [new file with mode: 0644]