Nullable annotation fixes (#82803)
authorJared Parsons <jaredpparsons@gmail.com>
Fri, 3 Mar 2023 16:01:43 +0000 (08:01 -0800)
committerGitHub <noreply@github.com>
Fri, 3 Mar 2023 16:01:43 +0000 (08:01 -0800)
commita6975e07ff56cbd7737445aca69aa3cb46d9b06b
tree20ad830c93ca2dd9cf01b2f60e2c4f3add075f3f
parent86a98e8535de8bdd81355db86d2c6994f102cc86
Nullable annotation fixes (#82803)

* Nullable annotation fixes

Once runtime merges to a Roslyn toolset that has the fix for [issue
50782](https://github.com/dotnet/roslyn/issues/50782) these annotations
will be necessary. Front loading the work here with this change.

* Apply suggestions from code review

Co-authored-by: Stephen Toub <stoub@microsoft.com>
---------

Co-authored-by: Stephen Toub <stoub@microsoft.com>
src/libraries/System.ComponentModel.TypeConverter/src/System/ComponentModel/VersionConverter.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionPoolManager.cs
src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.cs
src/libraries/System.Private.DataContractSerialization/src/System/Runtime/Serialization/DataContractSet.cs
src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/TypeLoading/Parameters/Ecma/EcmaFatMethodParameter.cs