aspnetcore/src/Mvc/Mvc.Formatters.Xml
David Fowler 1f5149a663
Implement CopyToAsync in the FileBufferingReadStream (#24499)
* Implement CopyToAsync in the FileBufferingReadStream
- overrride Span and Memory overloads and implement array overloads in terms of those overloads.
- Implemented CopyToAsync (but not CopyTo)
- Added tests

Fixes #24032
2020-08-03 14:14:42 -07:00
..
src
test Implement CopyToAsync in the FileBufferingReadStream (#24499) 2020-08-03 14:14:42 -07:00