Remove NativeMethods from System.IO.Ports (dotnet/corefx#36740)
authorHugh Bellamy <hughbellars@gmail.com>
Thu, 11 Apr 2019 12:46:33 +0000 (13:46 +0100)
committerViktor Hofer <viktor.hofer@microsoft.com>
Thu, 11 Apr 2019 12:46:33 +0000 (14:46 +0200)
commitfbe55f4a7512eda8284359d9801d19af84f041c7
tree9b51731879a93bfa73a35989a8e5982708f717ce
parent092ef1586ac3f2fd3cdf8e061f657d88162158c4
Remove NativeMethods from System.IO.Ports (dotnet/corefx#36740)

* Remove NativeMethods from System.IO.Ports

Commit migrated from https://github.com/dotnet/corefx/commit/e4dbfa4cbb0ff67efab2bf4214f34125892df986
14 files changed:
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.DCB.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.EscapeCommFunction.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetCommModemStatus.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.PurgeComm.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetCommMask.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetCommTimeouts.cs
src/libraries/System.IO.Ports/src/System.IO.Ports.csproj
src/libraries/System.IO.Ports/src/System/IO/Ports/NativeMethods.cs [deleted file]
src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs
src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs
src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs
src/libraries/System.IO.Ports/src/System/IO/Ports/SerialStream.Uap.cs
src/libraries/System.IO.Ports/src/System/IO/Ports/SerialStream.Win32.cs
src/libraries/System.IO.Ports/src/System/IO/Ports/SerialStream.Windows.cs