[System] Rename method parameters to match .NET contract
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 15 Mar 2017 16:21:07 +0000 (17:21 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 16 Mar 2017 12:02:09 +0000 (13:02 +0100)
commite0e93f396d5f084dd2df09f705f1373d99872270
tree1b6feaff307d3313a0b0786cffe3091395c50959
parent780743d0551e296f46f3a358e8023fa8929a2b6a
[System] Rename method parameters to match .NET contract
19 files changed:
mcs/class/System/System.Configuration/ConfigXmlDocument.cs
mcs/class/System/System.Configuration/SettingElement.cs
mcs/class/System/System.Configuration/SpecialSettingAttribute.cs
mcs/class/System/System.Diagnostics/CounterSample.cs
mcs/class/System/System.Diagnostics/EventLogEntryCollection.cs
mcs/class/System/System.Diagnostics/EventLogTraceListener.cs
mcs/class/System/System.Diagnostics/Process.cs
mcs/class/System/System.IO.Compression/DeflateStream.cs
mcs/class/System/System.IO.Ports/SerialPort.cs
mcs/class/System/System.Net.Mail/AlternateView.cs
mcs/class/System/System.Net.Mail/MailAddress.cs
mcs/class/System/System.Net.Mail/SmtpClient.cs
mcs/class/System/System.Net.Mail/SmtpException.cs
mcs/class/System/System.Net.Mail/SmtpFailedRecipientException.cs
mcs/class/System/System.Net.Mail/SmtpFailedRecipientsException.cs
mcs/class/System/System.Net.Sockets/Socket.cs
mcs/class/System/System.Net/HttpWebRequest.cs
mcs/class/System/System.Security.Permissions/StorePermission.cs
mcs/class/System/Test/System.Net.Mail/SmtpExceptionTest.cs