5 references to _shutdownTcs
System.Net.Quic (5)
System\Net\Quic\QuicConnection.cs (5)
127connection._shutdownTcs.TrySetResult(); 609if (_shutdownTcs.TryGetValueTask(out ValueTask valueTask, this, cancellationToken)) 694_shutdownTcs.TrySetResult(final: true); 838if (_shutdownTcs.TryGetValueTask(out ValueTask valueTask, this)) 860await _shutdownTcs.GetFinalTask(this).ConfigureAwait(false);