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