summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Threading/TimeoutHelper.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Private.CoreLib/shared/System/Threading/TimeoutHelper.cs')
-rw-r--r--src/System.Private.CoreLib/shared/System/Threading/TimeoutHelper.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Private.CoreLib/shared/System/Threading/TimeoutHelper.cs b/src/System.Private.CoreLib/shared/System/Threading/TimeoutHelper.cs
index dd3291281e..524fb2b52a 100644
--- a/src/System.Private.CoreLib/shared/System/Threading/TimeoutHelper.cs
+++ b/src/System.Private.CoreLib/shared/System/Threading/TimeoutHelper.cs
@@ -2,6 +2,7 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
+#nullable enable
using System.Diagnostics;
namespace System.Threading