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-31 04:35:55 +0300
committerMarek Safar <marek.safar@gmail.com>2018-06-01 00:34:11 +0300
commit269f0d7219e3221948b806bbc9014730b27ba9e3 (patch)
tree644b8a28f28acddcd73094d0b63936f92a9fc46e
parent324334fdaa57aaaf9f09c840a51ba7ed51ec7c7e (diff)
Another System.Diagnostics.Private.
-rw-r--r--src/Common/src/Interop/Windows/BCrypt/Interop.BCryptGenRandom.cs1
-rw-r--r--src/System.Security.Cryptography.Algorithms/src/Internal/Cryptography/RandomNumberGeneratorImplementation.Windows.cs1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/Common/src/Interop/Windows/BCrypt/Interop.BCryptGenRandom.cs b/src/Common/src/Interop/Windows/BCrypt/Interop.BCryptGenRandom.cs
index 92bc507fab..db5506b1d4 100644
--- a/src/Common/src/Interop/Windows/BCrypt/Interop.BCryptGenRandom.cs
+++ b/src/Common/src/Interop/Windows/BCrypt/Interop.BCryptGenRandom.cs
@@ -4,6 +4,7 @@
using System;
using System.Diagnostics;
+using System.Diagnostics.Private;
using System.Runtime.InteropServices;
internal partial class Interop
diff --git a/src/System.Security.Cryptography.Algorithms/src/Internal/Cryptography/RandomNumberGeneratorImplementation.Windows.cs b/src/System.Security.Cryptography.Algorithms/src/Internal/Cryptography/RandomNumberGeneratorImplementation.Windows.cs
index 9374f5e2bf..02e7be34fc 100644
--- a/src/System.Security.Cryptography.Algorithms/src/Internal/Cryptography/RandomNumberGeneratorImplementation.Windows.cs
+++ b/src/System.Security.Cryptography.Algorithms/src/Internal/Cryptography/RandomNumberGeneratorImplementation.Windows.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
{