Move TaskToApm to shared CoreLib partition (#15113)
authorJan Kotas <jkotas@microsoft.com>
Mon, 20 Nov 2017 16:42:47 +0000 (08:42 -0800)
committerGitHub <noreply@github.com>
Mon, 20 Nov 2017 16:42:47 +0000 (08:42 -0800)
commit9dd7d6d937b6a92280b0c7a90d2e09e0c3189385
tree9d5f7b15a6377203ad08651f54eaeaba7f96442b
parenta16fdf04c50fd7b14b939835a040bd21084f1dc4
Move TaskToApm to shared CoreLib partition (#15113)

- Get TaskToApm in sync with CoreFX copy and move it to shared CoreLib partition
- Delete redundant __Error file
- Delete remaining uses of InternalBlockCopy and replace it with BlockCopy
15 files changed:
src/mscorlib/Resources/Strings.resx
src/mscorlib/System.Private.CoreLib.csproj
src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/mscorlib/shared/System/Threading/Tasks/TaskToApm.cs [moved from src/mscorlib/src/System/Threading/Tasks/TaskToApm.cs with 88% similarity]
src/mscorlib/src/System/Buffer.cs
src/mscorlib/src/System/IO/BinaryReader.cs
src/mscorlib/src/System/IO/File.cs
src/mscorlib/src/System/IO/MemoryStream.cs
src/mscorlib/src/System/IO/Stream.cs
src/mscorlib/src/System/IO/StreamReader.cs
src/mscorlib/src/System/IO/__Error.cs [deleted file]
src/mscorlib/src/System/TimeZoneInfo.Unix.cs
src/vm/comutilnative.cpp
src/vm/comutilnative.h
src/vm/ecalllist.h