Remove stale nullable !s and pragmas (dotnet/coreclr#25640)
commitc465ad1e80aa6525fa34652af69e6265f6f8136f
authorStephen Toub <stoub@microsoft.com>
Thu, 11 Jul 2019 17:05:51 +0000 (11 13:05 -0400)
committerMarek Safar <marek.safar@gmail.com>
Wed, 24 Jul 2019 07:45:03 +0000 (24 09:45 +0200)
treedaa129d1629f7c073aa8779896290362200ff632
parent089743f733563b7fb35bf63edd1f5355df69228e
Remove stale nullable !s and pragmas (dotnet/coreclr#25640)

Also update TODO-NULLABLE comments to be more specific where appropriate.

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
26 files changed:
netcore/System.Private.CoreLib/shared/Interop/Windows/Kernel32/Interop.CreateFile.cs
netcore/System.Private.CoreLib/shared/Interop/Windows/Kernel32/Interop.CreateFile2.cs
netcore/System.Private.CoreLib/shared/Interop/Windows/Kernel32/Interop.FindFirstFileEx.cs
netcore/System.Private.CoreLib/shared/Interop/Windows/Kernel32/Interop.GetFileAttributesEx.cs
netcore/System.Private.CoreLib/shared/System/AppDomain.cs
netcore/System.Private.CoreLib/shared/System/Collections/Concurrent/ConcurrentQueueSegment.cs
netcore/System.Private.CoreLib/shared/System/Collections/Generic/Dictionary.cs
netcore/System.Private.CoreLib/shared/System/Collections/Generic/EqualityComparer.cs
netcore/System.Private.CoreLib/shared/System/Collections/Generic/List.cs
netcore/System.Private.CoreLib/shared/System/Collections/ListDictionaryInternal.cs
netcore/System.Private.CoreLib/shared/System/Environment.Win32.cs
netcore/System.Private.CoreLib/shared/System/Globalization/CultureData.Windows.cs
netcore/System.Private.CoreLib/shared/System/Globalization/TextElementEnumerator.cs
netcore/System.Private.CoreLib/shared/System/Resources/ResourceReader.cs
netcore/System.Private.CoreLib/shared/System/Runtime/CompilerServices/AsyncMethodBuilder.cs
netcore/System.Private.CoreLib/shared/System/Runtime/CompilerServices/ConditionalWeakTable.cs
netcore/System.Private.CoreLib/shared/System/Threading/AsyncLocal.cs
netcore/System.Private.CoreLib/shared/System/Threading/LazyInitializer.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/Future.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/FutureFactory.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/Sources/ManualResetValueTaskSourceCore.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/Task.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/ValueTask.cs
netcore/System.Private.CoreLib/shared/System/Threading/ThreadLocal.cs
netcore/System.Private.CoreLib/shared/System/TimeZoneInfo.Unix.cs
netcore/System.Private.CoreLib/shared/System/TimeZoneInfo.Win32.cs