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)
170await _clientControl.DisposeAsync().ConfigureAwait(false);
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (3)
95_connection.LogExceptions(_stream.DisposeAsync().AsTask()); 121_connection.LogExceptions(_stream.DisposeAsync().AsTask()); 125await _stream.DisposeAsync().ConfigureAwait(false);
System.Net.Quic (3)
System\Net\Quic\QuicConnection.cs (2)
541await stream.DisposeAsync().ConfigureAwait(false); 866await stream.DisposeAsync().ConfigureAwait(false);
System\Net\Quic\QuicStream.Stream.cs (1)
222DisposeAsync().AsTask().GetAwaiter().GetResult();