Base:
8 references to DisposeAsync
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicStreamContext.cs (1)
558
await _stream.
DisposeAsync
();
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (1)
165
await _clientControl.
DisposeAsync
().ConfigureAwait(false);
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (3)
93
_connection.LogExceptions(_stream.
DisposeAsync
().AsTask());
119
_connection.LogExceptions(_stream.
DisposeAsync
().AsTask());
123
await _stream.
DisposeAsync
().ConfigureAwait(false);
System.Net.Quic (3)
System\Net\Quic\QuicConnection.cs (2)
543
await stream.
DisposeAsync
().ConfigureAwait(false);
866
await stream.
DisposeAsync
().ConfigureAwait(false);
System\Net\Quic\QuicStream.Stream.cs (1)
222
DisposeAsync
().AsTask().GetAwaiter().GetResult();