summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/src/System/Threading
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2019-04-01 19:33:51 -0400
committerGitHub <noreply@github.com>2019-04-01 19:33:51 -0400
commitd71f2fc93ab83ecb8d9c526426883846dd97c1ed (patch)
tree591cc11f0312e9df34466d5140eb9d56fd7118f3 /src/System.Private.CoreLib/src/System/Threading
parent39fcfbd2eaed56cabf016d3e1bca32ab8b747777 (diff)
downloadcoreclr-d71f2fc93ab83ecb8d9c526426883846dd97c1ed.tar.gz
coreclr-d71f2fc93ab83ecb8d9c526426883846dd97c1ed.tar.bz2
coreclr-d71f2fc93ab83ecb8d9c526426883846dd97c1ed.zip
Nullable: Monitor (#23603)
Diffstat (limited to 'src/System.Private.CoreLib/src/System/Threading')
-rw-r--r--src/System.Private.CoreLib/src/System/Threading/Monitor.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/System.Private.CoreLib/src/System/Threading/Monitor.cs b/src/System.Private.CoreLib/src/System/Threading/Monitor.cs
index 2837d908c6..2701b3b555 100644
--- a/src/System.Private.CoreLib/src/System/Threading/Monitor.cs
+++ b/src/System.Private.CoreLib/src/System/Threading/Monitor.cs
@@ -13,8 +13,7 @@
**
=============================================================================*/
-
-
+#nullable enable
using System;
using System.Runtime;
using System.Threading;