Move BinaryPrimitives into coreclr shared source (#20288)
authorLevi Broderick <GrabYourPitchforks@users.noreply.github.com>
Sat, 6 Oct 2018 14:58:51 +0000 (07:58 -0700)
committerJan Kotas <jkotas@microsoft.com>
Sat, 6 Oct 2018 14:58:51 +0000 (07:58 -0700)
commit6b412b2eab5c06499c66553beffbd3f3c12d3ed7
tree81036104e40348b0af1890262a94a1bb68dc01d6
parent2676f267394392f49611811d488667ea081f2e2c
Move BinaryPrimitives into coreclr shared source (#20288)
src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems
src/System.Private.CoreLib/shared/System/Buffers/Binary/Reader.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/System/Buffers/Binary/ReaderBigEndian.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/System/Buffers/Binary/ReaderLittleEndian.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/System/Buffers/Binary/WriterBigEndian.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/System/Buffers/Binary/WriterLittleEndian.cs [new file with mode: 0644]