summaryrefslogtreecommitdiff
path: root/src/mscorlib/corefx/Interop/Windows/mincore/Interop.ThreadPoolIO.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-01-09Enable PInvoke analyzer for S.P.CoreLib.dllJohn Chen (CLR)1-27/+0
2016-10-28Copy CoreFX FileStream to CoreLibJeremy Kuhne1-0/+27
This copies FileStream to CoreLib and uses it in place of the legacy FileStream. Code is mostly a direct copy with the addition of a few internal constructor overloads. Adds a simple Debug wrapper for BCLDebug to allow keeping the code the same. Also follows the same pattern for SR wrapping. Needed to bring down PreAllocatedOverlapped. - Expose FileStream in model.xml - Remove native usage of FileStreamAsyncResult - #ifdef SafeFileHandle creation in existing code (to avoid mismatched PAL/CoreFX usage)