summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Guid.Windows.cs
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2019-04-10 15:47:15 -0400
committerGitHub <noreply@github.com>2019-04-10 15:47:15 -0400
commit9a715feffb9c4b39a3f98a03c925aba4e9eafd7d (patch)
tree5e8243a87347ff14e94bc7744330bb51ade279cc /src/System.Private.CoreLib/shared/System/Guid.Windows.cs
parent4cdb063762df3ad5bf42021d0a023304da6cd483 (diff)
downloadcoreclr-9a715feffb9c4b39a3f98a03c925aba4e9eafd7d.tar.gz
coreclr-9a715feffb9c4b39a3f98a03c925aba4e9eafd7d.tar.bz2
coreclr-9a715feffb9c4b39a3f98a03c925aba4e9eafd7d.zip
Nullable: System (most of it) (#23774)
* Nullable: shared\System (most of it) And some other things it touches. * Nullable: src\System (most of it) * Address PR feedback
Diffstat (limited to 'src/System.Private.CoreLib/shared/System/Guid.Windows.cs')
-rw-r--r--src/System.Private.CoreLib/shared/System/Guid.Windows.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Private.CoreLib/shared/System/Guid.Windows.cs b/src/System.Private.CoreLib/shared/System/Guid.Windows.cs
index 6a275084f9..46bdec2c0f 100644
--- a/src/System.Private.CoreLib/shared/System/Guid.Windows.cs
+++ b/src/System.Private.CoreLib/shared/System/Guid.Windows.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
namespace System
{
partial struct Guid