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:
authorMartin Baulig <mabaul@microsoft.com>2018-05-30 23:02:28 +0300
committerMarek Safar <marek.safar@gmail.com>2018-05-31 00:57:33 +0300
commit4fb2529de75e6c84d786ef27160698237daa04b7 (patch)
tree7a53fbf3146024479e8fab3b7cc62d9008f015b0
parent94731c53093b22c9a5cea52c2749d87b53b74b40 (diff)
Add more 'using System.Diagnostics.Private'.
-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/System.Security.Cryptography.Native.Apple/Interop.Err.cs1
-rw-r--r--src/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Random.cs1
-rw-r--r--src/System.Security.Cryptography.Algorithms/src/Internal/Cryptography/RandomNumberGeneratorImplementation.OSX.cs1
5 files changed, 5 insertions, 0 deletions
diff --git a/src/Common/src/Interop/OSX/Interop.CoreFoundation.CFError.cs b/src/Common/src/Interop/OSX/Interop.CoreFoundation.CFError.cs
index af3b5cd4c3..30442793b6 100644
--- a/src/Common/src/Interop/OSX/Interop.CoreFoundation.CFError.cs
+++ b/src/Common/src/Interop/OSX/Interop.CoreFoundation.CFError.cs
@@ -4,6 +4,7 @@
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.CFString.cs b/src/Common/src/Interop/OSX/Interop.CoreFoundation.CFString.cs
index aa7a15054c..a2ce3e2e19 100644
--- a/src/Common/src/Interop/OSX/Interop.CoreFoundation.CFString.cs
+++ b/src/Common/src/Interop/OSX/Interop.CoreFoundation.CFString.cs
@@ -4,6 +4,7 @@
using System;
using System.Diagnostics;
+using System.Diagnostics.Private;
using System.Runtime.InteropServices;
using System.Text;
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 b33c9f41bf..120e7a4fdb 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
@@ -4,6 +4,7 @@
using System;
using System.Diagnostics;
+using System.Diagnostics.Private;
using System.Security.Cryptography;
using Microsoft.Win32.SafeHandles;
diff --git a/src/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Random.cs b/src/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Random.cs
index e9945864f4..7291b23b91 100644
--- a/src/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Random.cs
+++ b/src/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Random.cs
@@ -3,6 +3,7 @@
// See the LICENSE file in the project root for more information.
using System.Diagnostics;
+using System.Diagnostics.Private;
using System.Runtime.InteropServices;
using System.Security.Cryptography;
diff --git a/src/System.Security.Cryptography.Algorithms/src/Internal/Cryptography/RandomNumberGeneratorImplementation.OSX.cs b/src/System.Security.Cryptography.Algorithms/src/Internal/Cryptography/RandomNumberGeneratorImplementation.OSX.cs
index 5133ef3f60..5a570133a1 100644
--- a/src/System.Security.Cryptography.Algorithms/src/Internal/Cryptography/RandomNumberGeneratorImplementation.OSX.cs
+++ b/src/System.Security.Cryptography.Algorithms/src/Internal/Cryptography/RandomNumberGeneratorImplementation.OSX.cs
@@ -3,6 +3,7 @@
// See the LICENSE file in the project root for more information.
using System.Diagnostics;
+using System.Diagnostics.Private;
namespace System.Security.Cryptography
{