Rename new Stream.Read/Write{Async} Span/Memory source/Destination arguments to buffe...
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Fri, 23 Mar 2018 12:43:47 +0000 (05:43 -0700)
committerStephen Toub <stoub@microsoft.com>
Fri, 23 Mar 2018 12:43:47 +0000 (08:43 -0400)
commitf819fdcabea2e79962235012af296178f3a3b3bf
treed3df1369bb9bd94571b1bfb4a8ba895f824b3d9b
parent322574213202b408f82d6f50a5391576629e5392
Rename new Stream.Read/Write{Async} Span/Memory source/Destination arguments to buffer (#17141)

* changed to buffer

* More Common changes

* fixed

* another fix
src/mscorlib/shared/System/IO/FileStream.cs
src/mscorlib/shared/System/IO/MemoryStream.cs
src/mscorlib/shared/System/IO/PinnedBufferMemoryStream.cs
src/mscorlib/shared/System/IO/UnmanagedMemoryStream.cs
src/mscorlib/shared/System/IO/UnmanagedMemoryStreamWrapper.cs
src/mscorlib/src/System/IO/Stream.cs