Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip Navara <filip.navara@gmail.com>2018-06-19 12:13:36 +0300
committerMarek Safar <marek.safar@gmail.com>2018-06-19 12:23:40 +0300
commitf961cb775cdd1e71381e48721a5d94d1d53cbc39 (patch)
tree1258e35163bb7bc7832c27a647b7c585779686ff
parentd2aaa5450b5481c2392a3a5656d353f28e5e3bbd (diff)
Change couple of System.Diagnostics usings to System.Diagnostics.Private to make the files compilable as part of System.dll.
-rw-r--r--src/Common/src/Interop/OSX/Interop.CoreFoundation.CFDate.cs2
-rw-r--r--src/Common/src/Interop/OSX/Interop.CoreFoundation.CFError.cs1
-rw-r--r--src/Common/src/Interop/OSX/Interop.CoreFoundation.CFString.cs1
-rw-r--r--src/Common/src/Interop/OSX/Interop.CoreFoundation.cs2
-rw-r--r--src/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Err.cs1
5 files changed, 2 insertions, 5 deletions
diff --git a/src/Common/src/Interop/OSX/Interop.CoreFoundation.CFDate.cs b/src/Common/src/Interop/OSX/Interop.CoreFoundation.CFDate.cs
index c3c6784160..f20f3c2c4d 100644
--- a/src/Common/src/Interop/OSX/Interop.CoreFoundation.CFDate.cs
+++ b/src/Common/src/Interop/OSX/Interop.CoreFoundation.CFDate.cs
@@ -3,7 +3,7 @@
// See the LICENSE file in the project root for more information.
using System;
-using System.Diagnostics;
+using System.Diagnostics.Private;
using System.Runtime.InteropServices;
using Microsoft.Win32.SafeHandles;
diff --git a/src/Common/src/Interop/OSX/Interop.CoreFoundation.CFError.cs b/src/Common/src/Interop/OSX/Interop.CoreFoundation.CFError.cs
index 30442793b6..a69a9616d9 100644
--- a/src/Common/src/Interop/OSX/Interop.CoreFoundation.CFError.cs
+++ b/src/Common/src/Interop/OSX/Interop.CoreFoundation.CFError.cs
@@ -3,7 +3,6 @@
// See the LICENSE file in the project root for more information.
using System;
-using System.Diagnostics;
using System.Diagnostics.Private;
using System.Runtime.InteropServices;
diff --git a/src/Common/src/Interop/OSX/Interop.CoreFoundation.CFString.cs b/src/Common/src/Interop/OSX/Interop.CoreFoundation.CFString.cs
index a2ce3e2e19..89ce48d51b 100644
--- a/src/Common/src/Interop/OSX/Interop.CoreFoundation.CFString.cs
+++ b/src/Common/src/Interop/OSX/Interop.CoreFoundation.CFString.cs
@@ -3,7 +3,6 @@
// See the LICENSE file in the project root for more information.
using System;
-using System.Diagnostics;
using System.Diagnostics.Private;
using System.Runtime.InteropServices;
using System.Text;
diff --git a/src/Common/src/Interop/OSX/Interop.CoreFoundation.cs b/src/Common/src/Interop/OSX/Interop.CoreFoundation.cs
index ff36ebc91f..4c7fd5c84a 100644
--- a/src/Common/src/Interop/OSX/Interop.CoreFoundation.cs
+++ b/src/Common/src/Interop/OSX/Interop.CoreFoundation.cs
@@ -3,7 +3,7 @@
// See the LICENSE file in the project root for more information.
using System;
-using System.Diagnostics;
+using System.Diagnostics.Private;
using System.Runtime.InteropServices;
using Microsoft.Win32.SafeHandles;
diff --git a/src/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Err.cs b/src/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Err.cs
index 120e7a4fdb..eeaac1cf06 100644
--- a/src/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Err.cs
+++ b/src/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Err.cs
@@ -3,7 +3,6 @@
// See the LICENSE file in the project root for more information.
using System;
-using System.Diagnostics;
using System.Diagnostics.Private;
using System.Security.Cryptography;
using Microsoft.Win32.SafeHandles;