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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Private.CoreLib/src/System/Diagnostics/Debug.Windows.cs')
-rw-r--r--src/System.Private.CoreLib/src/System/Diagnostics/Debug.Windows.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.CoreLib/src/System/Diagnostics/Debug.Windows.cs b/src/System.Private.CoreLib/src/System/Diagnostics/Debug.Windows.cs
index 9493cadef..9cd935feb 100644
--- a/src/System.Private.CoreLib/src/System/Diagnostics/Debug.Windows.cs
+++ b/src/System.Private.CoreLib/src/System/Diagnostics/Debug.Windows.cs
@@ -22,7 +22,7 @@ namespace System.Diagnostics
}
}
- private static readonly object s_ForLock = new Object();
+ private static readonly object s_ForLock = new object();
private static void WriteCore(string message)
{