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:
authorMarek Safar <marek.safar@gmail.com>2018-06-14 15:52:20 +0300
committerMarek Safar <marek.safar@gmail.com>2018-06-14 15:52:20 +0300
commitda64bdfbd70c2dd641fe033af14994758597501d (patch)
tree02bfb6c7c4cb69624fd59b4a67f37b784d2af207
parent4e0eefb490be67d0ecf2057086df3cdb9d789a35 (diff)
More of diagnostics.private
-rw-r--r--src/Common/src/CoreLib/System/String.Manipulation.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/src/CoreLib/System/String.Manipulation.cs b/src/Common/src/CoreLib/System/String.Manipulation.cs
index 69609aacfb..80d0251f33 100644
--- a/src/Common/src/CoreLib/System/String.Manipulation.cs
+++ b/src/Common/src/CoreLib/System/String.Manipulation.cs
@@ -4,7 +4,7 @@
using System.Buffers;
using System.Collections.Generic;
-using System.Diagnostics;
+using System.Diagnostics.Private;
using System.Globalization;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;