Move Pointer.cs to the shared partition. (#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)
commit47d333c856e567884594e1efd3497a254b6a04fb
tree79e78ce744819e84d3655275cc5c740e3b78c459
parent7ef462c87850f85ccf41daf54e970161737a65b3
Move Pointer.cs to the shared partition. (#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.)
src/mscorlib/System.Private.CoreLib.csproj
src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/mscorlib/shared/System/Reflection/Pointer.cs [new file with mode: 0644]
src/mscorlib/src/System/Reflection/Pointer.cs [deleted file]
src/mscorlib/src/System/RtType.cs