5 references to _shutdownTcs
System.Net.Quic (5)
System\Net\Quic\QuicConnection.cs (5)
128connection._shutdownTcs.TrySetResult(); 607if (_shutdownTcs.TryGetValueTask(out ValueTask valueTask, this, cancellationToken)) 689_shutdownTcs.TrySetResult(final: true); 833if (_shutdownTcs.TryGetValueTask(out ValueTask valueTask, this)) 849await _shutdownTcs.GetFinalTask(this).ConfigureAwait(false);