Move Pointer.cs to the shared partition. (dotnet/coreclr#10499)
authorAtsushi Kanamori <AtsushiKan@users.noreply.github.com>
Mon, 27 Mar 2017 18:09:21 +0000 (11:09 -0700)
committerGitHub <noreply@github.com>
Mon, 27 Mar 2017 18:09:21 +0000 (11:09 -0700)
commit805c22ef0af01a3724ef635f51fa423dd8c44c7b
tree606596a328f8da8b3c551f6b090dd70e98566120
parentd6110cc42d9a7c8d57f3edb148eb109f794cee55
Move Pointer.cs to the shared partition. (dotnet/coreclr#10499)

* Move Pointer.cs to the shared partition.

(The two internal helpers are not yet used
on CoreRT but that's only because CoreRT
doesn't yet implement Pointer support
for Reflection invoke. Exposing them
unconditionally now to save us the trouble
of removing the #ifdef's later.)

Commit migrated from https://github.com/dotnet/coreclr/commit/47d333c856e567884594e1efd3497a254b6a04fb
src/coreclr/src/mscorlib/System.Private.CoreLib.csproj
src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/coreclr/src/mscorlib/shared/System/Reflection/Pointer.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Reflection/Pointer.cs [deleted file]
src/coreclr/src/mscorlib/src/System/RtType.cs