Fix several BeginXx nullable annotations (#42442)
authorStephen Toub <stoub@microsoft.com>
Sat, 19 Sep 2020 10:51:20 +0000 (06:51 -0400)
committerGitHub <noreply@github.com>
Sat, 19 Sep 2020 10:51:20 +0000 (06:51 -0400)
commite4034f8d85ecf02a54bfcc862b7c967509295aaa
tree1b335d2a7456cf9fbe45b067fd54b2a001606aa9
parent1bdb45a0a202bb932993e493e85515989ba0bbe5
Fix several BeginXx nullable annotations (#42442)

AsyncCallback and object state parameters in APM BeginXx methods should always be nullable.  Several in annotated libraries were annotated incorrectly.
12 files changed:
src/libraries/Common/src/System/Threading/Tasks/TaskToApm.cs
src/libraries/System.IO.Pipes/ref/System.IO.Pipes.cs
src/libraries/System.IO.Pipes/src/System/IO/Pipes/NamedPipeServerStream.cs
src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpRequestStream.cs
src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpResponseStream.cs
src/libraries/System.Net.HttpListener/ref/System.Net.HttpListener.cs
src/libraries/System.Net.HttpListener/src/System/Net/HttpListenerRequest.cs
src/libraries/System.Net.HttpListener/src/System/Net/Managed/HttpListenerRequest.Managed.cs
src/libraries/System.Net.HttpListener/src/System/Net/Windows/HttpListener.Windows.cs
src/libraries/System.Net.HttpListener/src/System/Net/Windows/HttpListenerRequest.Windows.cs
src/libraries/System.Net.HttpListener/src/System/Net/Windows/ListenerAsyncResult.Windows.cs
src/libraries/System.Net.HttpListener/src/System/Net/Windows/ListenerClientCertAsyncResult.Windows.cs