[Process] Use ReferenceSource process async output/error reader
commit75ea2386a1f06d304bb3dc2aff854f21ecd8a41e
authorLudovic Henry <ludovic@xamarin.com>
Thu, 17 Dec 2015 17:10:35 +0000 (17 17:10 +0000)
committerLudovic Henry <ludovic@xamarin.com>
Thu, 14 Jan 2016 16:03:01 +0000 (14 16:03 +0000)
tree234a284d4b37ddda0c60920647d36b71a804ba55
parent3a9fa982ea23afcf798fb6ba4ce6abbf7b0876e4
[Process] Use ReferenceSource process async output/error reader

By using the referencesource one, we remove a buggy part of the Process class. It will now simply use Stream.{Begin/End}Read, and not a custom implementation that introduces its own bugs.
mcs/class/System/System.Diagnostics/Process.cs
mcs/class/System/System.dll.sources