summaryrefslogtreecommitdiff
path: root/src/mscorlib/shared/System/IO/UnmanagedMemoryStreamWrapper.cs
AgeCommit message (Expand)AuthorFilesLines
2018-03-23Rename new Stream.Read/Write{Async} Span/Memory source/Destination arguments ...Anirudh Agnihotry1-8/+8
2018-02-28Implement ValueTask extensibilityStephen Toub1-1/+1
2017-09-26Replace Contract.Assumes and Contract.Assert with Debug.Assert/Debug.Fail (#1...Dan Moseley1-4/+0
2017-09-06Add Memory-based Stream overloads to coreclr (#13769)Stephen Toub1-0/+10
2017-07-27Add new Span-based virtual sync Read/Write Stream methods (#13058)Stephen Toub1-0/+10
2017-05-04Move UnmanagedMemoryStream and related types to shared CoreLib partition (#11...Jan Kotas1-0/+210