Fix some nullable annotations from API Review
commitc2796feb972369a7e693b77732032ddb9bdc48e0
authorSantiago Fernandez Madero <safern@microsoft.com>
Tue, 4 Jun 2019 00:17:26 +0000 (3 17:17 -0700)
committerMarek Safar <marek.safar@gmail.com>
Thu, 6 Jun 2019 08:32:52 +0000 (6 10:32 +0200)
tree1813273291b70046d8c70a1b3b3d63b32d6c5d10
parenta8fd49434fe80e5aedc4ba0f939a50fa520ab715
Fix some nullable annotations from API Review

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
28 files changed:
netcore/System.Private.CoreLib/shared/System/Activator.RuntimeType.cs
netcore/System.Private.CoreLib/shared/System/Activator.cs
netcore/System.Private.CoreLib/shared/System/AppContext.cs
netcore/System.Private.CoreLib/shared/System/ComponentModel/DefaultValueAttribute.cs
netcore/System.Private.CoreLib/shared/System/Globalization/TimeSpanParse.cs
netcore/System.Private.CoreLib/shared/System/Nullable.cs
netcore/System.Private.CoreLib/shared/System/Reflection/Assembly.cs
netcore/System.Private.CoreLib/shared/System/Reflection/AssemblyName.cs
netcore/System.Private.CoreLib/shared/System/Reflection/Emit/Opcode.cs
netcore/System.Private.CoreLib/shared/System/Reflection/FieldInfo.cs
netcore/System.Private.CoreLib/shared/System/Reflection/IReflect.cs
netcore/System.Private.CoreLib/shared/System/Reflection/MemberFilter.cs
netcore/System.Private.CoreLib/shared/System/Reflection/MethodInfo.cs
netcore/System.Private.CoreLib/shared/System/Reflection/Module.cs
netcore/System.Private.CoreLib/shared/System/Reflection/PropertyInfo.cs
netcore/System.Private.CoreLib/shared/System/Reflection/SignatureType.cs
netcore/System.Private.CoreLib/shared/System/Reflection/TypeDelegator.cs
netcore/System.Private.CoreLib/shared/System/Reflection/TypeFilter.cs
netcore/System.Private.CoreLib/shared/System/Resources/ManifestBasedResourceGroveler.cs
netcore/System.Private.CoreLib/shared/System/Resources/ResourceReader.Core.cs
netcore/System.Private.CoreLib/shared/System/Resources/ResourceSet.cs
netcore/System.Private.CoreLib/shared/System/String.Comparison.cs
netcore/System.Private.CoreLib/shared/System/String.Manipulation.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/TaskContinuation.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/ValueTask.cs
netcore/System.Private.CoreLib/shared/System/TimeSpan.cs
netcore/System.Private.CoreLib/shared/System/Type.Helpers.cs
netcore/System.Private.CoreLib/shared/System/Type.cs