Nullable: couple of missing #nullable enable (#24094)
authorKrzysztof Wicher <mordotymoja@gmail.com>
Fri, 19 Apr 2019 01:37:37 +0000 (18:37 -0700)
committerStephen Toub <stoub@microsoft.com>
Fri, 19 Apr 2019 13:09:05 +0000 (09:09 -0400)
commitea70542185ef413dd23d685958a55a9721c6e9a7
tree6708ca0552afcd710f965ba6c3cc9ffe98292179
parentc05d03ca6e4282df798e3f3dc81c05b427bd3fcb
Nullable: couple of missing #nullable enable (#24094)
12 files changed:
src/System.Private.CoreLib/shared/Interop/Windows/Kernel32/Interop.FileTimeToSystemTime.cs
src/System.Private.CoreLib/shared/Interop/Windows/Kernel32/Interop.GetProcessInformation.cs
src/System.Private.CoreLib/shared/Interop/Windows/Kernel32/Interop.GetSystemTime.cs
src/System.Private.CoreLib/shared/Interop/Windows/Kernel32/Interop.GetSystemTimeAsFileTime.cs
src/System.Private.CoreLib/shared/Interop/Windows/Kernel32/Interop.GetSystemTimePreciseAsFileTime.cs
src/System.Private.CoreLib/shared/Interop/Windows/Kernel32/Interop.SystemTimeToFileTime.cs
src/System.Private.CoreLib/shared/Interop/Windows/Kernel32/Interop.TzSpecificLocalTimeToSystemTime.cs
src/System.Private.CoreLib/shared/System/Text/ASCIIUtility.Helpers.cs
src/System.Private.CoreLib/shared/System/Text/Unicode/Utf16Utility.Validation.cs
src/System.Private.CoreLib/shared/System/Text/Unicode/Utf8Utility.Helpers.cs
src/System.Private.CoreLib/shared/System/Text/Unicode/Utf8Utility.Transcoding.cs
src/System.Private.CoreLib/shared/System/Text/Unicode/Utf8Utility.Validation.cs