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