42 references to End
Microsoft.AspNetCore.HttpLogging (1)
ResponseBufferingStream.cs (1)
103TaskToAsyncResult.End(asyncResult);
Microsoft.AspNetCore.OutputCaching (1)
Streams\OutputCacheStream.cs (1)
223=> TaskToAsyncResult.End(asyncResult);
Microsoft.AspNetCore.ResponseCaching (2)
src\aspnetcore\src\Shared\SegmentWriteStream.cs (1)
184=> TaskToAsyncResult.End(asyncResult);
Streams\ResponseCachingStream.cs (1)
188=> TaskToAsyncResult.End(asyncResult);
Microsoft.AspNetCore.ResponseCompression (1)
ResponseCompressionBody.cs (1)
175=> TaskToAsyncResult.End(asyncResult);
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\ResponseBody.cs (1)
571TaskToAsyncResult.End(asyncResult);
ResponseStream.cs (1)
77=> TaskToAsyncResult.End(asyncResult);
Microsoft.AspNetCore.Server.IIS (2)
Core\HttpResponseStream.cs (1)
50TaskToAsyncResult.End(asyncResult);
src\aspnetcore\src\Shared\ServerInfrastructure\DuplexPipeStream.cs (1)
171TaskToAsyncResult.End(asyncResult);
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpResponseStream.cs (1)
89TaskToAsyncResult.End(asyncResult);
Middleware\Internal\LoggingStream.cs (1)
245TaskToAsyncResult.End(asyncResult);
src\aspnetcore\src\Shared\ServerInfrastructure\DuplexPipeStream.cs (1)
171TaskToAsyncResult.End(asyncResult);
System.IO.Compression (2)
System\IO\Compression\DeflateZLib\DeflateStream.cs (1)
819TaskToAsyncResult.End(asyncResult);
System\IO\Compression\Zstandard\ZstandardStream.Compress.cs (1)
311TaskToAsyncResult.End(asyncResult);
System.IO.Compression.Brotli (1)
System\IO\Compression\enc\BrotliStream.Compress.cs (1)
120TaskToAsyncResult.End(asyncResult);
System.IO.Hashing (1)
System\IO\Hashing\NonCryptographicHashAlgorithm.cs (1)
342TaskToAsyncResult.End(asyncResult);
System.IO.Pipelines (1)
System\IO\Pipelines\PipeWriterStream.cs (1)
67TaskToAsyncResult.End(asyncResult);
System.IO.Pipes (2)
System\IO\Pipes\NamedPipeServerStream.cs (1)
166TaskToAsyncResult.End(asyncResult);
System\IO\Pipes\PipeStream.Unix.cs (1)
183=> TaskToAsyncResult.End(asyncResult);
System.Net.Http (2)
System\Net\Http\HttpBaseStream.cs (1)
25TaskToAsyncResult.End(asyncResult);
System\Net\Http\HttpContent.cs (1)
1142TaskToAsyncResult.End(asyncResult);
System.Net.Http.WinHttpHandler (1)
System\Net\Http\WinHttpRequestStream.cs (1)
144TaskToAsyncResult.End(asyncResult);
System.Net.Mail (1)
System\Net\DelegatedStream.cs (1)
75TaskToAsyncResult.End(asyncResult);
System.Net.Quic (1)
System\Net\Quic\QuicStream.Stream.cs (1)
160=> TaskToAsyncResult.End(asyncResult);
System.Net.Security (7)
System\Net\Security\NegotiateStream.cs (3)
125public virtual void EndAuthenticateAsClient(IAsyncResult asyncResult) => TaskToAsyncResult.End(asyncResult); 158public virtual void EndAuthenticateAsServer(IAsyncResult asyncResult) => TaskToAsyncResult.End(asyncResult); 578TaskToAsyncResult.End(asyncResult);
System\Net\Security\SslStream.cs (4)
265public virtual void EndAuthenticateAsClient(IAsyncResult asyncResult) => TaskToAsyncResult.End(asyncResult); 304public virtual void EndAuthenticateAsServer(IAsyncResult asyncResult) => TaskToAsyncResult.End(asyncResult); 308internal static void EndShutdown(IAsyncResult asyncResult) => TaskToAsyncResult.End(asyncResult); 875TaskToAsyncResult.End(asyncResult);
System.Net.Sockets (3)
System\Net\Sockets\Socket.cs (3)
2469public void EndConnect(IAsyncResult asyncResult) => TaskToAsyncResult.End(asyncResult); 2495public void EndDisconnect(IAsyncResult asyncResult) => TaskToAsyncResult.End(asyncResult); 2579public void EndSendFile(IAsyncResult asyncResult) => TaskToAsyncResult.End(asyncResult);
System.Net.WebSockets (1)
System\Net\WebSockets\WebSocketStream.cs (1)
162TaskToAsyncResult.End(asyncResult);
System.Private.CoreLib (6)
src\runtime\src\libraries\Common\src\System\Threading\Tasks\TaskToAsyncResult.cs (1)
26/// In conjunction with the <see cref="End(IAsyncResult)"/> or <see cref="End{TResult}(IAsyncResult)"/> methods, this method may be used
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\BufferedStream.cs (1)
1145TaskToAsyncResult.End(asyncResult);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Strategies\BufferedFileStreamStrategy.cs (1)
747=> TaskToAsyncResult.End(asyncResult);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Strategies\OSFileStreamStrategy.cs (1)
251TaskToAsyncResult.End(asyncResult);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (1)
1046TaskToAsyncResult.End(asyncResult);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\TranscodingStream.cs (1)
168=> TaskToAsyncResult.End(asyncResult);
System.Security.Cryptography (1)
System\Security\Cryptography\CryptoStream.cs (1)
494TaskToAsyncResult.End(asyncResult);