Move Buffer constants to platform specific files (dotnet/coreclr#23352)
commit1a4014dbc006ced2fff074dbff719b9946c53f07
authorMarek Safar <marek.safar@gmail.com>
Thu, 21 Mar 2019 15:30:11 +0000 (21 16:30 +0100)
committerMarek Safar <marek.safar@gmail.com>
Fri, 22 Mar 2019 20:57:24 +0000 (22 21:57 +0100)
tree2060373d0ad506906fcca6f71189e4f8e170f8e7
parentd465a7ad65646119ad6bca703b3009cc8fc10ff6
Move Buffer constants to platform specific files (dotnet/coreclr#23352)

* Move Buffer constants to platform specific files

* Add explicit access modifier

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
netcore/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems
netcore/System.Private.CoreLib/shared/System/Buffer.Unix.cs [new file with mode: 0644]
netcore/System.Private.CoreLib/shared/System/Buffer.Windows.cs [new file with mode: 0644]
netcore/System.Private.CoreLib/shared/System/Buffer.cs