5 references to _shutdownTcs
System.Net.Quic (5)
System\Net\Quic\QuicConnection.cs (5)
126connection._shutdownTcs.TrySetResult(); 506if (_shutdownTcs.TryGetValueTask(out ValueTask valueTask, this, cancellationToken)) 570_shutdownTcs.TrySetResult(final: true); 696if (_shutdownTcs.TryGetValueTask(out ValueTask valueTask, this)) 718await _shutdownTcs.GetFinalTask(this).ConfigureAwait(false);