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/Threading/Tasks/DebuggerSupport.cs')
-rw-r--r--src/System.Private.CoreLib/src/System/Threading/Tasks/DebuggerSupport.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.CoreLib/src/System/Threading/Tasks/DebuggerSupport.cs b/src/System.Private.CoreLib/src/System/Threading/Tasks/DebuggerSupport.cs
index 0ee81c937..d58332dc1 100644
--- a/src/System.Private.CoreLib/src/System/Threading/Tasks/DebuggerSupport.cs
+++ b/src/System.Private.CoreLib/src/System/Threading/Tasks/DebuggerSupport.cs
@@ -60,7 +60,7 @@ namespace System.Threading.Tasks
}
private static readonly LowLevelDictionary<int, Task> s_activeTasks = new LowLevelDictionary<int, Task>();
- private static readonly Object s_activeTasksLock = new Object();
+ private static readonly object s_activeTasksLock = new object();
//==============================================================================================================
// This section of the class wraps calls to get the lazy-created Task object for the purpose of reporting