2 writes to _connectionClosedTask
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (2)
145
_connectionClosedTask
??= _connection.CloseAsync((long)Http3ErrorCode.NoError).AsTask();
385
_connectionClosedTask
= _connection.CloseAsync((long)connectionResetErrorCode).AsTask();
2 references to _connectionClosedTask
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (2)
150
_ =
_connectionClosedTask
.ContinueWith(async closeTask =>
383
if (_connection != null &&
_connectionClosedTask
== null)