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