27 references to End
System.IO.Compression (1)
System\IO\Compression\DeflateZLib\DeflateStream.cs (1)
807
TaskToAsyncResult.
End
(asyncResult);
System.IO.Compression.Brotli (1)
System\IO\Compression\enc\BrotliStream.Compress.cs (1)
119
TaskToAsyncResult.
End
(asyncResult);
System.IO.Hashing (1)
System\IO\Hashing\NonCryptographicHashAlgorithm.cs (1)
345
TaskToAsyncResult.
End
(asyncResult);
System.IO.Pipelines (1)
System\IO\Pipelines\PipeWriterStream.cs (1)
67
TaskToAsyncResult.
End
(asyncResult);
System.IO.Pipes (2)
System\IO\Pipes\NamedPipeServerStream.cs (1)
166
TaskToAsyncResult.
End
(asyncResult);
System\IO\Pipes\PipeStream.Unix.cs (1)
183
=> TaskToAsyncResult.
End
(asyncResult);
System.Net.Http (2)
System\Net\Http\HttpBaseStream.cs (1)
25
TaskToAsyncResult.
End
(asyncResult);
System\Net\Http\HttpContent.cs (1)
1117
TaskToAsyncResult.
End
(asyncResult);
System.Net.Mail (1)
System\Net\DelegatedStream.cs (1)
75
TaskToAsyncResult.
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)
125
public virtual void EndAuthenticateAsClient(IAsyncResult asyncResult) => TaskToAsyncResult.
End
(asyncResult);
158
public virtual void EndAuthenticateAsServer(IAsyncResult asyncResult) => TaskToAsyncResult.
End
(asyncResult);
573
TaskToAsyncResult.
End
(asyncResult);
System\Net\Security\SslStream.cs (4)
260
public virtual void EndAuthenticateAsClient(IAsyncResult asyncResult) => TaskToAsyncResult.
End
(asyncResult);
299
public virtual void EndAuthenticateAsServer(IAsyncResult asyncResult) => TaskToAsyncResult.
End
(asyncResult);
303
internal static void EndShutdown(IAsyncResult asyncResult) => TaskToAsyncResult.
End
(asyncResult);
865
TaskToAsyncResult.
End
(asyncResult);
System.Net.Sockets (3)
System\Net\Sockets\Socket.cs (3)
2460
public void EndConnect(IAsyncResult asyncResult) => TaskToAsyncResult.
End
(asyncResult);
2486
public void EndDisconnect(IAsyncResult asyncResult) => TaskToAsyncResult.
End
(asyncResult);
2570
public void EndSendFile(IAsyncResult asyncResult) => TaskToAsyncResult.
End
(asyncResult);
System.Private.CoreLib (6)
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\libraries\System.Private.CoreLib\src\System\IO\BufferedStream.cs (1)
1144
TaskToAsyncResult.
End
(asyncResult);
src\libraries\System.Private.CoreLib\src\System\IO\Strategies\BufferedFileStreamStrategy.cs (1)
745
=> TaskToAsyncResult.
End
(asyncResult);
src\libraries\System.Private.CoreLib\src\System\IO\Strategies\OSFileStreamStrategy.cs (1)
252
TaskToAsyncResult.
End
(asyncResult);
src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (1)
1043
TaskToAsyncResult.
End
(asyncResult);
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)
494
TaskToAsyncResult.
End
(asyncResult);