Rename some BinaryPrimitives files (and move some functions) (#80381)
authorStephen Toub <stoub@microsoft.com>
Tue, 10 Jan 2023 01:28:02 +0000 (20:28 -0500)
committerGitHub <noreply@github.com>
Tue, 10 Jan 2023 01:28:02 +0000 (20:28 -0500)
commita8549002b2df6bf64c7c882d8f117630beba762d
treed66750b95d766ec9747ec8000c0c05ae53fd3369
parent06e8c924446876275e57a9019934760b8cf7d96c
Rename some BinaryPrimitives files (and move some functions) (#80381)

Zero code changes... just renamed some files, moved the contents of one file to another, and deleted a then empty file.
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Buffers/Binary/BinaryPrimitives.ReadBigEndian.cs [moved from src/libraries/System.Private.CoreLib/src/System/Buffers/Binary/ReaderBigEndian.cs with 100% similarity]
src/libraries/System.Private.CoreLib/src/System/Buffers/Binary/BinaryPrimitives.ReadLittleEndian.cs [moved from src/libraries/System.Private.CoreLib/src/System/Buffers/Binary/ReaderLittleEndian.cs with 100% similarity]
src/libraries/System.Private.CoreLib/src/System/Buffers/Binary/BinaryPrimitives.ReverseEndianness.cs
src/libraries/System.Private.CoreLib/src/System/Buffers/Binary/BinaryPrimitives.WriteBigEndian.cs [moved from src/libraries/System.Private.CoreLib/src/System/Buffers/Binary/WriterBigEndian.cs with 100% similarity]
src/libraries/System.Private.CoreLib/src/System/Buffers/Binary/BinaryPrimitives.WriteLittleEndian.cs [moved from src/libraries/System.Private.CoreLib/src/System/Buffers/Binary/WriterLittleEndian.cs with 100% similarity]
src/libraries/System.Private.CoreLib/src/System/Buffers/Binary/Reader.cs [deleted file]